Shades of Russet #79481C
Tints of Russet #79481C
RGB
CMYK
RGB Variations
Color information
#79481C (or 0x79481C) is known color: Russet. HEX triplet: 79, 48 and 1C. RGB value is (121,72,28). Sum of RGB (Red+Green+Blue) = 121+72+28=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79481C is #86B7E3. Grayscale: #515151. Windows color (decimal): -8828900 or 1853561. OLE color: 1853561.
HSL color Cylindrical-coordinate representation of color #79481C: hue angle of 28.39º 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 #79481C is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 72 | 28 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.53 |
| HSL | 28.39º | 0.62% | 0.29% | - |
| HSV(B) | 28.39º | 0.77% | 0.47% | - |
| XYZ | 10.41 | 8.78 | 2.25 | - |
| YUV | 81.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 28 | 0 | 0.40 | 0.77 | 0.53 | 28.39 | 0.62 | 0.29 |
| Hex | 79 | 48 | 1C | 0 | 28 | 4D | 35 | 1C | 3E | 1D |
| Octal | 171 | 110 | 34 | 0 | 50 | 115 | 65 | 34 | 76 | 35 |
| Binary | 1111001 | 1001000 | 11100 | 0 | 101000 | 1001101 | 110101 | 11100 | 111110 | 11101 |
Color Harmonies of #79481C
Complementary color
Monochromatic Colors of #79481C
Black with #79481C
Text Example
Text Example
White with #79481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79481C; }
p { color: rgb(121,72,28); }
H1.HeaderClassName
{
color: #79481C;
}
.AnyTagClassName
{
color: #79481C;
}
</style>
background-color css
<style>
a { background-color: #79481C; }
a { background-color: rgb(121,72,28); }
div.DivClassName
{
background-color: #79481C;
}
.BgClassName
{
background-color: #79481C;
}
</style>
border-color css
<style>
span { border-color: #79481C; }
span { border-color: rgb(121,72,28); }
td.TdClassName
{
border-color: #79481C;
}
.TagClassName
{
border-color: #79481C;
}
</style>