Shades of Russet #804C16
Tints of Russet #804C16
RGB
CMYK
RGB Variations
Color information
#804C16 (or 0x804C16) is known color: Russet. HEX triplet: 80, 4C and 16. RGB value is (128,76,22). Sum of RGB (Red+Green+Blue) = 128+76+22=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #804C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804C16 is #7FB3E9. Grayscale: #555555. Windows color (decimal): -8369130 or 1461376. OLE color: 1461376.
HSL color Cylindrical-coordinate representation of color #804C16: hue angle of 30.57º 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 #804C16 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 22 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.50 |
| HSL | 30.57º | 0.71% | 0.29% | - |
| HSV(B) | 30.57º | 0.83% | 0.5% | - |
| XYZ | 11.63 | 9.82 | 2.04 | - |
| YUV | 85.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 22 | 0 | 0.41 | 0.83 | 0.50 | 30.57 | 0.71 | 0.29 |
| Hex | 80 | 4C | 16 | 0 | 29 | 53 | 32 | 1F | 47 | 1D |
| Octal | 200 | 114 | 26 | 0 | 51 | 123 | 62 | 37 | 107 | 35 |
| Binary | 10000000 | 1001100 | 10110 | 0 | 101001 | 1010011 | 110010 | 11111 | 1000111 | 11101 |
Color Harmonies of #804C16
Complementary color
Monochromatic Colors of #804C16
Black with #804C16
Text Example
Text Example
White with #804C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C16; }
p { color: rgb(128,76,22); }
H1.HeaderClassName
{
color: #804C16;
}
.AnyTagClassName
{
color: #804C16;
}
</style>
background-color css
<style>
a { background-color: #804C16; }
a { background-color: rgb(128,76,22); }
div.DivClassName
{
background-color: #804C16;
}
.BgClassName
{
background-color: #804C16;
}
</style>
border-color css
<style>
span { border-color: #804C16; }
span { border-color: rgb(128,76,22); }
td.TdClassName
{
border-color: #804C16;
}
.TagClassName
{
border-color: #804C16;
}
</style>