Shades of Russet #804016
Tints of Russet #804016
RGB
CMYK
RGB Variations
Color information
#804016 (or 0x804016) is known color: Russet. HEX triplet: 80, 40 and 16. RGB value is (128,64,22). Sum of RGB (Red+Green+Blue) = 128+64+22=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #804016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804016 is #7FBFE9. Grayscale: #4E4E4E. Windows color (decimal): -8372202 or 1458304. OLE color: 1458304.
HSL color Cylindrical-coordinate representation of color #804016: hue angle of 23.77º 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 #804016 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 22 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.50 |
| HSL | 23.77º | 0.71% | 0.29% | - |
| HSV(B) | 23.77º | 0.83% | 0.5% | - |
| XYZ | 10.88 | 8.31 | 1.79 | - |
| YUV | 78.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 22 | 0 | 0.5 | 0.83 | 0.50 | 23.77 | 0.71 | 0.29 |
| Hex | 80 | 40 | 16 | 0 | 32 | 53 | 32 | 18 | 47 | 1D |
| Octal | 200 | 100 | 26 | 0 | 62 | 123 | 62 | 30 | 107 | 35 |
| Binary | 10000000 | 1000000 | 10110 | 0 | 110010 | 1010011 | 110010 | 11000 | 1000111 | 11101 |
Color Harmonies of #804016
Complementary color
Monochromatic Colors of #804016
Black with #804016
Text Example
Text Example
White with #804016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804016; }
p { color: rgb(128,64,22); }
H1.HeaderClassName
{
color: #804016;
}
.AnyTagClassName
{
color: #804016;
}
</style>
background-color css
<style>
a { background-color: #804016; }
a { background-color: rgb(128,64,22); }
div.DivClassName
{
background-color: #804016;
}
.BgClassName
{
background-color: #804016;
}
</style>
border-color css
<style>
span { border-color: #804016; }
span { border-color: rgb(128,64,22); }
td.TdClassName
{
border-color: #804016;
}
.TagClassName
{
border-color: #804016;
}
</style>