Shades of Russet #804E20
Tints of Russet #804E20
RGB
CMYK
RGB Variations
Color information
#804E20 (or 0x804E20) is known color: Russet. HEX triplet: 80, 4E and 20. RGB value is (128,78,32). Sum of RGB (Red+Green+Blue) = 128+78+32=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #804E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804E20 is #7FB1DF. Grayscale: #575757. Windows color (decimal): -8368608 or 2117248. OLE color: 2117248.
HSL color Cylindrical-coordinate representation of color #804E20: hue angle of 28.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #804E20 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 78 | 32 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.50 |
| HSL | 28.75º | 0.6% | 0.31% | - |
| HSV(B) | 28.75º | 0.75% | 0.5% | - |
| XYZ | 11.89 | 10.14 | 2.7 | - |
| YUV | 87.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 32 | 0 | 0.39 | 0.75 | 0.50 | 28.75 | 0.6 | 0.31 |
| Hex | 80 | 4E | 20 | 0 | 27 | 4B | 32 | 1D | 3C | 1F |
| Octal | 200 | 116 | 40 | 0 | 47 | 113 | 62 | 35 | 74 | 37 |
| Binary | 10000000 | 1001110 | 100000 | 0 | 100111 | 1001011 | 110010 | 11101 | 111100 | 11111 |
Color Harmonies of #804E20
Complementary color
Monochromatic Colors of #804E20
Black with #804E20
Text Example
Text Example
White with #804E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804E20; }
p { color: rgb(128,78,32); }
H1.HeaderClassName
{
color: #804E20;
}
.AnyTagClassName
{
color: #804E20;
}
</style>
background-color css
<style>
a { background-color: #804E20; }
a { background-color: rgb(128,78,32); }
div.DivClassName
{
background-color: #804E20;
}
.BgClassName
{
background-color: #804E20;
}
</style>
border-color css
<style>
span { border-color: #804E20; }
span { border-color: rgb(128,78,32); }
td.TdClassName
{
border-color: #804E20;
}
.TagClassName
{
border-color: #804E20;
}
</style>