Shades of Russet #79491A
Tints of Russet #79491A
RGB
CMYK
RGB Variations
Color information
#79491A (or 0x79491A) is known color: Russet. HEX triplet: 79, 49 and 1A. RGB value is (121,73,26). Sum of RGB (Red+Green+Blue) = 121+73+26=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79491A is #86B6E5. Grayscale: #525252. Windows color (decimal): -8828646 or 1722745. OLE color: 1722745.
HSL color Cylindrical-coordinate representation of color #79491A: hue angle of 29.68º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79491A is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 73 | 26 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.53 |
| HSL | 29.68º | 0.65% | 0.29% | - |
| HSV(B) | 29.68º | 0.79% | 0.47% | - |
| XYZ | 10.45 | 8.9 | 2.15 | - |
| YUV | 81.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 26 | 0 | 0.40 | 0.79 | 0.53 | 29.68 | 0.65 | 0.29 |
| Hex | 79 | 49 | 1A | 0 | 28 | 4F | 35 | 1E | 41 | 1D |
| Octal | 171 | 111 | 32 | 0 | 50 | 117 | 65 | 36 | 101 | 35 |
| Binary | 1111001 | 1001001 | 11010 | 0 | 101000 | 1001111 | 110101 | 11110 | 1000001 | 11101 |
Color Harmonies of #79491A
Complementary color
Monochromatic Colors of #79491A
Black with #79491A
Text Example
Text Example
White with #79491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79491A; }
p { color: rgb(121,73,26); }
H1.HeaderClassName
{
color: #79491A;
}
.AnyTagClassName
{
color: #79491A;
}
</style>
background-color css
<style>
a { background-color: #79491A; }
a { background-color: rgb(121,73,26); }
div.DivClassName
{
background-color: #79491A;
}
.BgClassName
{
background-color: #79491A;
}
</style>
border-color css
<style>
span { border-color: #79491A; }
span { border-color: rgb(121,73,26); }
td.TdClassName
{
border-color: #79491A;
}
.TagClassName
{
border-color: #79491A;
}
</style>