Shades of Russet #804814
Tints of Russet #804814
RGB
CMYK
RGB Variations
Color information
#804814 (or 0x804814) is known color: Russet. HEX triplet: 80, 48 and 14. RGB value is (128,72,20). Sum of RGB (Red+Green+Blue) = 128+72+20=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #804814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804814 is #7FB7EB. Grayscale: #535353. Windows color (decimal): -8370156 or 1329280. OLE color: 1329280.
HSL color Cylindrical-coordinate representation of color #804814: hue angle of 28.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #804814 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 72 | 20 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.50 |
| HSL | 28.89º | 0.73% | 0.29% | - |
| HSV(B) | 28.89º | 0.84% | 0.5% | - |
| XYZ | 11.35 | 9.27 | 1.85 | - |
| YUV | 82.82 | 92.55 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 72 | 20 | 0 | 0.44 | 0.84 | 0.50 | 28.89 | 0.73 | 0.29 |
| Hex | 80 | 48 | 14 | 0 | 2C | 54 | 32 | 1D | 49 | 1D |
| Octal | 200 | 110 | 24 | 0 | 54 | 124 | 62 | 35 | 111 | 35 |
| Binary | 10000000 | 1001000 | 10100 | 0 | 101100 | 1010100 | 110010 | 11101 | 1001001 | 11101 |
Color Harmonies of #804814
Complementary color
Monochromatic Colors of #804814
Black with #804814
Text Example
Text Example
White with #804814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804814; }
p { color: rgb(128,72,20); }
H1.HeaderClassName
{
color: #804814;
}
.AnyTagClassName
{
color: #804814;
}
</style>
background-color css
<style>
a { background-color: #804814; }
a { background-color: rgb(128,72,20); }
div.DivClassName
{
background-color: #804814;
}
.BgClassName
{
background-color: #804814;
}
</style>
border-color css
<style>
span { border-color: #804814; }
span { border-color: rgb(128,72,20); }
td.TdClassName
{
border-color: #804814;
}
.TagClassName
{
border-color: #804814;
}
</style>