What is hex #79443B color?

 
The hex code #79443B is also know by an other name that is Bole.
This color is composed of 121% red, 68% green and 59% blue. So we can say that the RGB value is (121,68,59)
You need to use it for a printer? The CMYK colors code equivalent of hex #79443B is C:0 M:44 Y:51, K:53) .
In the HSV/HSB scale, #79443B has a hue of 9°, 51% saturation and a brightness value of 47%.
If you want to know all about the hex #79443B, 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 #79443B (complementary, analogous, triadic, tetradic...).

Hex #79443B Color Codes & Equivalents

Color Name [Bole]
RGB Values (121,68,59)
CMYK Values (0%, 44%, 51%, 53%)
HSV/HSB Values (9°, 51%, 47%)
Closest Web Safe
#663333
Inverse Color
#86bbc4
Closest Pantone®
499 C
Closest RAL
RAL 8002 [Signal brown]
Complementary Color
#3b7079

#79443B Converted to Grayscale Codes

Average
#535353
Lightness (Desaturation)
#5a5a5a
Weighted (BT601)
#535353
Luma (BT709)
#4f4f4f

Hex #79443B Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #79443B is #3b7079. 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 #79443B you will find #3b7079. 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.

#79443B #3b7079

Analogous Palette

The analogous color scheme of #79443B is composed with colors #793B51 and #79633B. 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 #79443B 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.

#793B51 #79443B #79633B

Split-Complementary Palette

The split-complementary color scheme of #79443B is composed with colors #3B5179 and #3B7963. 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.

#79443B #3B5179 #3B7963

Triadic Palette

The triadic color scheme of #79443B is composed with colors #443B79 and #3B7944. They are located to the right and left of your main color #79443B 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.

#79443B #443B79 #3B7944

Tetradic Palette

The tetradic color scheme of #79443B is composed with colors #3B7944, #3B7079 and #793B70 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.

#79443B #3B7944 #3B7079 #793B70

Square Palette

The square color scheme of #79443B is composed with colors #51793B, #3B7079 and #633B79 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.

#79443B #51793B #3B7079 #633B79

Tints, Tones & Shades of Hex #79443B

Tints

Tints are created by adding white, resulting in lighter shades of #79443B.

#79443B #864B41 #945348 #A25B4F #AD6458 #B47165 #BA7D73 #C18A81

Tones

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

#79443B #704A43 #67504C #5E5655 #5A5A5A #5A5A5A #5A5A5A #5A5A5A

Shades

Shades result from adding black, creating darker variations.

#79443B #6B3C34 #5D342D #4F2C26 #422520 #341D19 #261512 #190E0C

Hex #79443B 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 #79443B
Java new Color(121,68,59);
Python Color(#79443B)
.NET Color.FromArgb(255, 121,68,59);
Swift / iOS UIColor(red: 0.47, green: 0.27, blue: 0.23, alpha: 1)
Kotlin / Android Color.rgb(121, 68, 59)