Shades of Russet #804D16
Tints of Russet #804D16
RGB
CMYK
RGB Variations
Color information
#804D16 (or 0x804D16) is known color: Russet. HEX triplet: 80, 4D and 16. RGB value is (128,77,22). Sum of RGB (Red+Green+Blue) = 128+77+22=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #804D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D16 is #7FB2E9. Grayscale: #565656. Windows color (decimal): -8368874 or 1461632. OLE color: 1461632.
HSL color Cylindrical-coordinate representation of color #804D16: hue angle of 31.13º 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 #804D16 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 22 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.50 |
| HSL | 31.13º | 0.71% | 0.29% | - |
| HSV(B) | 31.13º | 0.83% | 0.5% | - |
| XYZ | 11.7 | 9.95 | 2.06 | - |
| YUV | 85.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 22 | 0 | 0.40 | 0.83 | 0.50 | 31.13 | 0.71 | 0.29 |
| Hex | 80 | 4D | 16 | 0 | 28 | 53 | 32 | 1F | 47 | 1D |
| Octal | 200 | 115 | 26 | 0 | 50 | 123 | 62 | 37 | 107 | 35 |
| Binary | 10000000 | 1001101 | 10110 | 0 | 101000 | 1010011 | 110010 | 11111 | 1000111 | 11101 |
Color Harmonies of #804D16
Complementary color
Monochromatic Colors of #804D16
Black with #804D16
Text Example
Text Example
White with #804D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D16; }
p { color: rgb(128,77,22); }
H1.HeaderClassName
{
color: #804D16;
}
.AnyTagClassName
{
color: #804D16;
}
</style>
background-color css
<style>
a { background-color: #804D16; }
a { background-color: rgb(128,77,22); }
div.DivClassName
{
background-color: #804D16;
}
.BgClassName
{
background-color: #804D16;
}
</style>
border-color css
<style>
span { border-color: #804D16; }
span { border-color: rgb(128,77,22); }
td.TdClassName
{
border-color: #804D16;
}
.TagClassName
{
border-color: #804D16;
}
</style>