Shades of Russet #79491C
Tints of Russet #79491C
RGB
CMYK
RGB Variations
Color information
#79491C (or 0x79491C) is known color: Russet. HEX triplet: 79, 49 and 1C. RGB value is (121,73,28). Sum of RGB (Red+Green+Blue) = 121+73+28=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79491C is #86B6E3. Grayscale: #525252. Windows color (decimal): -8828644 or 1853817. OLE color: 1853817.
HSL color Cylindrical-coordinate representation of color #79491C: hue angle of 29.03º 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 #79491C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 28 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.53 |
| HSL | 29.03º | 0.62% | 0.29% | - |
| HSV(B) | 29.03º | 0.77% | 0.47% | - |
| XYZ | 10.48 | 8.91 | 2.27 | - |
| YUV | 82.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 28 | 0 | 0.40 | 0.77 | 0.53 | 29.03 | 0.62 | 0.29 |
| Hex | 79 | 49 | 1C | 0 | 28 | 4D | 35 | 1D | 3E | 1D |
| Octal | 171 | 111 | 34 | 0 | 50 | 115 | 65 | 35 | 76 | 35 |
| Binary | 1111001 | 1001001 | 11100 | 0 | 101000 | 1001101 | 110101 | 11101 | 111110 | 11101 |
Color Harmonies of #79491C
Complementary color
Monochromatic Colors of #79491C
Black with #79491C
Text Example
Text Example
White with #79491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79491C; }
p { color: rgb(121,73,28); }
H1.HeaderClassName
{
color: #79491C;
}
.AnyTagClassName
{
color: #79491C;
}
</style>
background-color css
<style>
a { background-color: #79491C; }
a { background-color: rgb(121,73,28); }
div.DivClassName
{
background-color: #79491C;
}
.BgClassName
{
background-color: #79491C;
}
</style>
border-color css
<style>
span { border-color: #79491C; }
span { border-color: rgb(121,73,28); }
td.TdClassName
{
border-color: #79491C;
}
.TagClassName
{
border-color: #79491C;
}
</style>