Shades of Russet #804D20
Tints of Russet #804D20
RGB
CMYK
RGB Variations
Color information
#804D20 (or 0x804D20) is known color: Russet. HEX triplet: 80, 4D and 20. RGB value is (128,77,32). Sum of RGB (Red+Green+Blue) = 128+77+32=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #804D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D20 is #7FB2DF. Grayscale: #575757. Windows color (decimal): -8368864 or 2116992. OLE color: 2116992.
HSL color Cylindrical-coordinate representation of color #804D20: hue angle of 28.12º 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 #804D20 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 32 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.50 |
| HSL | 28.13º | 0.6% | 0.31% | - |
| HSV(B) | 28.13º | 0.75% | 0.5% | - |
| XYZ | 11.82 | 10 | 2.67 | - |
| YUV | 87.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 32 | 0 | 0.40 | 0.75 | 0.50 | 28.13 | 0.6 | 0.31 |
| Hex | 80 | 4D | 20 | 0 | 28 | 4B | 32 | 1C | 3C | 1F |
| Octal | 200 | 115 | 40 | 0 | 50 | 113 | 62 | 34 | 74 | 37 |
| Binary | 10000000 | 1001101 | 100000 | 0 | 101000 | 1001011 | 110010 | 11100 | 111100 | 11111 |
Color Harmonies of #804D20
Complementary color
Monochromatic Colors of #804D20
Black with #804D20
Text Example
Text Example
White with #804D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D20; }
p { color: rgb(128,77,32); }
H1.HeaderClassName
{
color: #804D20;
}
.AnyTagClassName
{
color: #804D20;
}
</style>
background-color css
<style>
a { background-color: #804D20; }
a { background-color: rgb(128,77,32); }
div.DivClassName
{
background-color: #804D20;
}
.BgClassName
{
background-color: #804D20;
}
</style>
border-color css
<style>
span { border-color: #804D20; }
span { border-color: rgb(128,77,32); }
td.TdClassName
{
border-color: #804D20;
}
.TagClassName
{
border-color: #804D20;
}
</style>