Shades of Russet #804F16
Tints of Russet #804F16
RGB
CMYK
RGB Variations
Color information
#804F16 (or 0x804F16) is known color: Russet. HEX triplet: 80, 4F and 16. RGB value is (128,79,22). Sum of RGB (Red+Green+Blue) = 128+79+22=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #804F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804F16 is #7FB0E9. Grayscale: #575757. Windows color (decimal): -8368362 or 1462144. OLE color: 1462144.
HSL color Cylindrical-coordinate representation of color #804F16: hue angle of 32.26º 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 #804F16 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 22 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.50 |
| HSL | 32.26º | 0.71% | 0.29% | - |
| HSV(B) | 32.26º | 0.83% | 0.5% | - |
| XYZ | 11.84 | 10.24 | 2.11 | - |
| YUV | 87.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 22 | 0 | 0.38 | 0.83 | 0.50 | 32.26 | 0.71 | 0.29 |
| Hex | 80 | 4F | 16 | 0 | 26 | 53 | 32 | 20 | 47 | 1D |
| Octal | 200 | 117 | 26 | 0 | 46 | 123 | 62 | 40 | 107 | 35 |
| Binary | 10000000 | 1001111 | 10110 | 0 | 100110 | 1010011 | 110010 | 100000 | 1000111 | 11101 |
Color Harmonies of #804F16
Complementary color
Monochromatic Colors of #804F16
Black with #804F16
Text Example
Text Example
White with #804F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F16; }
p { color: rgb(128,79,22); }
H1.HeaderClassName
{
color: #804F16;
}
.AnyTagClassName
{
color: #804F16;
}
</style>
background-color css
<style>
a { background-color: #804F16; }
a { background-color: rgb(128,79,22); }
div.DivClassName
{
background-color: #804F16;
}
.BgClassName
{
background-color: #804F16;
}
</style>
border-color css
<style>
span { border-color: #804F16; }
span { border-color: rgb(128,79,22); }
td.TdClassName
{
border-color: #804F16;
}
.TagClassName
{
border-color: #804F16;
}
</style>