Shades of Russet #79431F
Tints of Russet #79431F
RGB
CMYK
RGB Variations
Color information
#79431F (or 0x79431F) is known color: Russet. HEX triplet: 79, 43 and 1F. RGB value is (121,67,31). Sum of RGB (Red+Green+Blue) = 121+67+31=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #79431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79431F is #86BCE0. Grayscale: #4F4F4F. Windows color (decimal): -8830177 or 2048889. OLE color: 2048889.
HSL color Cylindrical-coordinate representation of color #79431F: hue angle of 24º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79431F is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 67 | 31 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.53 |
| HSL | 24º | 0.59% | 0.3% | - |
| HSV(B) | 24º | 0.74% | 0.47% | - |
| XYZ | 10.14 | 8.18 | 2.34 | - |
| YUV | 79.04 | 100.89 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 31 | 0 | 0.45 | 0.74 | 0.53 | 24 | 0.59 | 0.3 |
| Hex | 79 | 43 | 1F | 0 | 2D | 4A | 35 | 18 | 3B | 1E |
| Octal | 171 | 103 | 37 | 0 | 55 | 112 | 65 | 30 | 73 | 36 |
| Binary | 1111001 | 1000011 | 11111 | 0 | 101101 | 1001010 | 110101 | 11000 | 111011 | 11110 |
Color Harmonies of #79431F
Complementary color
Monochromatic Colors of #79431F
Black with #79431F
Text Example
Text Example
White with #79431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79431F; }
p { color: rgb(121,67,31); }
H1.HeaderClassName
{
color: #79431F;
}
.AnyTagClassName
{
color: #79431F;
}
</style>
background-color css
<style>
a { background-color: #79431F; }
a { background-color: rgb(121,67,31); }
div.DivClassName
{
background-color: #79431F;
}
.BgClassName
{
background-color: #79431F;
}
</style>
border-color css
<style>
span { border-color: #79431F; }
span { border-color: rgb(121,67,31); }
td.TdClassName
{
border-color: #79431F;
}
.TagClassName
{
border-color: #79431F;
}
</style>