Shades of Russet #804116
Tints of Russet #804116
RGB
CMYK
RGB Variations
Color information
#804116 (or 0x804116) is known color: Russet. HEX triplet: 80, 41 and 16. RGB value is (128,65,22). Sum of RGB (Red+Green+Blue) = 128+65+22=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #804116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804116 is #7FBEE9. Grayscale: #4F4F4F. Windows color (decimal): -8371946 or 1458560. OLE color: 1458560.
HSL color Cylindrical-coordinate representation of color #804116: hue angle of 24.34º 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 #804116 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 22 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.50 |
| HSL | 24.34º | 0.71% | 0.29% | - |
| HSV(B) | 24.34º | 0.83% | 0.5% | - |
| XYZ | 10.94 | 8.43 | 1.81 | - |
| YUV | 78.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 22 | 0 | 0.49 | 0.83 | 0.50 | 24.34 | 0.71 | 0.29 |
| Hex | 80 | 41 | 16 | 0 | 31 | 53 | 32 | 18 | 47 | 1D |
| Octal | 200 | 101 | 26 | 0 | 61 | 123 | 62 | 30 | 107 | 35 |
| Binary | 10000000 | 1000001 | 10110 | 0 | 110001 | 1010011 | 110010 | 11000 | 1000111 | 11101 |
Color Harmonies of #804116
Complementary color
Monochromatic Colors of #804116
Black with #804116
Text Example
Text Example
White with #804116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804116; }
p { color: rgb(128,65,22); }
H1.HeaderClassName
{
color: #804116;
}
.AnyTagClassName
{
color: #804116;
}
</style>
background-color css
<style>
a { background-color: #804116; }
a { background-color: rgb(128,65,22); }
div.DivClassName
{
background-color: #804116;
}
.BgClassName
{
background-color: #804116;
}
</style>
border-color css
<style>
span { border-color: #804116; }
span { border-color: rgb(128,65,22); }
td.TdClassName
{
border-color: #804116;
}
.TagClassName
{
border-color: #804116;
}
</style>