Shades of Russet #804816
Tints of Russet #804816
RGB
CMYK
RGB Variations
Color information
#804816 (or 0x804816) is known color: Russet. HEX triplet: 80, 48 and 16. RGB value is (128,72,22). Sum of RGB (Red+Green+Blue) = 128+72+22=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #804816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804816 is #7FB7E9. Grayscale: #535353. Windows color (decimal): -8370154 or 1460352. OLE color: 1460352.
HSL color Cylindrical-coordinate representation of color #804816: hue angle of 28.3º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #804816 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 22 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.50 |
| HSL | 28.3º | 0.71% | 0.29% | - |
| HSV(B) | 28.3º | 0.83% | 0.5% | - |
| XYZ | 11.36 | 9.28 | 1.95 | - |
| YUV | 83.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 22 | 0 | 0.44 | 0.83 | 0.50 | 28.3 | 0.71 | 0.29 |
| Hex | 80 | 48 | 16 | 0 | 2C | 53 | 32 | 1C | 47 | 1D |
| Octal | 200 | 110 | 26 | 0 | 54 | 123 | 62 | 34 | 107 | 35 |
| Binary | 10000000 | 1001000 | 10110 | 0 | 101100 | 1010011 | 110010 | 11100 | 1000111 | 11101 |
Color Harmonies of #804816
Complementary color
Monochromatic Colors of #804816
Black with #804816
Text Example
Text Example
White with #804816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804816; }
p { color: rgb(128,72,22); }
H1.HeaderClassName
{
color: #804816;
}
.AnyTagClassName
{
color: #804816;
}
</style>
background-color css
<style>
a { background-color: #804816; }
a { background-color: rgb(128,72,22); }
div.DivClassName
{
background-color: #804816;
}
.BgClassName
{
background-color: #804816;
}
</style>
border-color css
<style>
span { border-color: #804816; }
span { border-color: rgb(128,72,22); }
td.TdClassName
{
border-color: #804816;
}
.TagClassName
{
border-color: #804816;
}
</style>