Shades of Russet #79471D
Tints of Russet #79471D
RGB
CMYK
RGB Variations
Color information
#79471D (or 0x79471D) is known color: Russet. HEX triplet: 79, 47 and 1D. RGB value is (121,71,29). Sum of RGB (Red+Green+Blue) = 121+71+29=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79471D is #86B8E2. Grayscale: #515151. Windows color (decimal): -8829155 or 1918841. OLE color: 1918841.
HSL color Cylindrical-coordinate representation of color #79471D: hue angle of 27.39º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79471D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 71 | 29 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.53 |
| HSL | 27.39º | 0.61% | 0.29% | - |
| HSV(B) | 27.39º | 0.76% | 0.47% | - |
| XYZ | 10.36 | 8.66 | 2.29 | - |
| YUV | 81.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 71 | 29 | 0 | 0.41 | 0.76 | 0.53 | 27.39 | 0.61 | 0.29 |
| Hex | 79 | 47 | 1D | 0 | 29 | 4C | 35 | 1B | 3D | 1D |
| Octal | 171 | 107 | 35 | 0 | 51 | 114 | 65 | 33 | 75 | 35 |
| Binary | 1111001 | 1000111 | 11101 | 0 | 101001 | 1001100 | 110101 | 11011 | 111101 | 11101 |
Color Harmonies of #79471D
Complementary color
Monochromatic Colors of #79471D
Black with #79471D
Text Example
Text Example
White with #79471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79471D; }
p { color: rgb(121,71,29); }
H1.HeaderClassName
{
color: #79471D;
}
.AnyTagClassName
{
color: #79471D;
}
</style>
background-color css
<style>
a { background-color: #79471D; }
a { background-color: rgb(121,71,29); }
div.DivClassName
{
background-color: #79471D;
}
.BgClassName
{
background-color: #79471D;
}
</style>
border-color css
<style>
span { border-color: #79471D; }
span { border-color: rgb(121,71,29); }
td.TdClassName
{
border-color: #79471D;
}
.TagClassName
{
border-color: #79471D;
}
</style>