Shades of Russet #804F20
Tints of Russet #804F20
RGB
CMYK
RGB Variations
Color information
#804F20 (or 0x804F20) is known color: Russet. HEX triplet: 80, 4F and 20. RGB value is (128,79,32). Sum of RGB (Red+Green+Blue) = 128+79+32=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #804F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F20 is #7FB0DF. Grayscale: #585858. Windows color (decimal): -8368352 or 2117504. OLE color: 2117504.
HSL color Cylindrical-coordinate representation of color #804F20: hue angle of 29.38º 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 #804F20 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 32 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.50 |
| HSL | 29.38º | 0.6% | 0.31% | - |
| HSV(B) | 29.38º | 0.75% | 0.5% | - |
| XYZ | 11.96 | 10.29 | 2.72 | - |
| YUV | 88.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 32 | 0 | 0.38 | 0.75 | 0.50 | 29.38 | 0.6 | 0.31 |
| Hex | 80 | 4F | 20 | 0 | 26 | 4B | 32 | 1D | 3C | 1F |
| Octal | 200 | 117 | 40 | 0 | 46 | 113 | 62 | 35 | 74 | 37 |
| Binary | 10000000 | 1001111 | 100000 | 0 | 100110 | 1001011 | 110010 | 11101 | 111100 | 11111 |
Color Harmonies of #804F20
Complementary color
Monochromatic Colors of #804F20
Black with #804F20
Text Example
Text Example
White with #804F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F20; }
p { color: rgb(128,79,32); }
H1.HeaderClassName
{
color: #804F20;
}
.AnyTagClassName
{
color: #804F20;
}
</style>
background-color css
<style>
a { background-color: #804F20; }
a { background-color: rgb(128,79,32); }
div.DivClassName
{
background-color: #804F20;
}
.BgClassName
{
background-color: #804F20;
}
</style>
border-color css
<style>
span { border-color: #804F20; }
span { border-color: rgb(128,79,32); }
td.TdClassName
{
border-color: #804F20;
}
.TagClassName
{
border-color: #804F20;
}
</style>