Shades of Russet #79421C
Tints of Russet #79421C
RGB
CMYK
RGB Variations
Color information
#79421C (or 0x79421C) is known color: Russet. HEX triplet: 79, 42 and 1C. RGB value is (121,66,28). Sum of RGB (Red+Green+Blue) = 121+66+28=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79421C is #86BDE3. Grayscale: #4E4E4E. Windows color (decimal): -8830436 or 1852025. OLE color: 1852025.
HSL color Cylindrical-coordinate representation of color #79421C: hue angle of 24.52º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79421C is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 66 | 28 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.53 |
| HSL | 24.52º | 0.62% | 0.29% | - |
| HSV(B) | 24.52º | 0.77% | 0.47% | - |
| XYZ | 10.04 | 8.05 | 2.12 | - |
| YUV | 78.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 28 | 0 | 0.45 | 0.77 | 0.53 | 24.52 | 0.62 | 0.29 |
| Hex | 79 | 42 | 1C | 0 | 2D | 4D | 35 | 19 | 3E | 1D |
| Octal | 171 | 102 | 34 | 0 | 55 | 115 | 65 | 31 | 76 | 35 |
| Binary | 1111001 | 1000010 | 11100 | 0 | 101101 | 1001101 | 110101 | 11001 | 111110 | 11101 |
Color Harmonies of #79421C
Complementary color
Monochromatic Colors of #79421C
Black with #79421C
Text Example
Text Example
White with #79421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79421C; }
p { color: rgb(121,66,28); }
H1.HeaderClassName
{
color: #79421C;
}
.AnyTagClassName
{
color: #79421C;
}
</style>
background-color css
<style>
a { background-color: #79421C; }
a { background-color: rgb(121,66,28); }
div.DivClassName
{
background-color: #79421C;
}
.BgClassName
{
background-color: #79421C;
}
</style>
border-color css
<style>
span { border-color: #79421C; }
span { border-color: rgb(121,66,28); }
td.TdClassName
{
border-color: #79421C;
}
.TagClassName
{
border-color: #79421C;
}
</style>