What is hex #4F3A3C color?

 
The hex code #4F3A3C is also know by an other name that is Dark Puce.
This color is composed of 79% red, 58% green and 60% blue. So we can say that the RGB value is (79,58,60)
You need to use it for a printer? The CMYK colors code equivalent of hex #4F3A3C is C:0 M:27 Y:24, K:69) .
In the HSV/HSB scale, #4F3A3C has a hue of 354°, 27% saturation and a brightness value of 31%.
If you want to know all about the hex #4F3A3C, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #4F3A3C (complementary, analogous, triadic, tetradic...).

Hex #4F3A3C Color Codes & Equivalents

Color Name [Dark Puce]
RGB Values (79,58,60)
CMYK Values (0%, 27%, 24%, 69%)
HSV/HSB Values (354°, 27%, 31%)
Closest Web Safe
#663333
Inverse Color
#b0c5c3
Closest Pantone®
7617 C
Closest RAL
RAL 8028 [Terra brown]
Complementary Color
#3a4f4d

#4F3A3C Converted to Grayscale Codes

Average
#424242
Lightness (Desaturation)
#454545
Weighted (BT601)
#414141
Luma (BT709)
#3f3f3f

Hex #4F3A3C Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #4F3A3C is #3a4f4d. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #4F3A3C you will find #3a4f4d. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#4F3A3C #3a4f4d

Analogous Palette

The analogous color scheme of #4F3A3C is composed with colors #4F3A46 and #4F423A. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #4F3A3C with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#4F3A46 #4F3A3C #4F423A

Split-Complementary Palette

The split-complementary color scheme of #4F3A3C is composed with colors #3A464F and #3A4F42. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#4F3A3C #3A464F #3A4F42

Triadic Palette

The triadic color scheme of #4F3A3C is composed with colors #3A3C4F and #3C4F3A. They are located to the right and left of your main color #4F3A3C with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#4F3A3C #3A3C4F #3C4F3A

Tetradic Palette

The tetradic color scheme of #4F3A3C is composed with colors #3C4F3A, #3A4F4D and #4D3A4F A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#4F3A3C #3C4F3A #3A4F4D #4D3A4F

Square Palette

The square color scheme of #4F3A3C is composed with colors #464F3A, #3A4F4D and #423A4F To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#4F3A3C #464F3A #3A4F4D #423A4F

Tints, Tones & Shades of Hex #4F3A3C

Tints

Tints are created by adding white, resulting in lighter shades of #4F3A3C.

#4F3A3C #5A4244 #664B4D #725356 #7E5C5F #896568 #946E72 #9D7A7D

Tones

Tones are made by mixing with gray, softening the original color.

#4F3A3C #484041 #444444 #444444 #444444 #444444 #444444 #444444

Shades

Shades result from adding black, creating darker variations.

#4F3A3C #433133 #37282A #2B2021 #1F1718 #140E0F #080606 #000000

Hex #4F3A3C in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #4F3A3C
Java new Color(79,58,60);
Python Color(#4F3A3C)
.NET Color.FromArgb(255, 79,58,60);
Swift / iOS UIColor(red: 0.31, green: 0.23, blue: 0.24, alpha: 1)
Kotlin / Android Color.rgb(79, 58, 60)