Shades of Russet #804C20
Tints of Russet #804C20
RGB
CMYK
RGB Variations
Color information
#804C20 (or 0x804C20) is known color: Russet. HEX triplet: 80, 4C and 20. RGB value is (128,76,32). Sum of RGB (Red+Green+Blue) = 128+76+32=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #804C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C20 is #7FB3DF. Grayscale: #565656. Windows color (decimal): -8369120 or 2116736. OLE color: 2116736.
HSL color Cylindrical-coordinate representation of color #804C20: hue angle of 27.5º 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 #804C20 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 32 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.50 |
| HSL | 27.5º | 0.6% | 0.31% | - |
| HSV(B) | 27.5º | 0.75% | 0.5% | - |
| XYZ | 11.75 | 9.86 | 2.65 | - |
| YUV | 86.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 32 | 0 | 0.41 | 0.75 | 0.50 | 27.5 | 0.6 | 0.31 |
| Hex | 80 | 4C | 20 | 0 | 29 | 4B | 32 | 1C | 3C | 1F |
| Octal | 200 | 114 | 40 | 0 | 51 | 113 | 62 | 34 | 74 | 37 |
| Binary | 10000000 | 1001100 | 100000 | 0 | 101001 | 1001011 | 110010 | 11100 | 111100 | 11111 |
Color Harmonies of #804C20
Complementary color
Monochromatic Colors of #804C20
Black with #804C20
Text Example
Text Example
White with #804C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C20; }
p { color: rgb(128,76,32); }
H1.HeaderClassName
{
color: #804C20;
}
.AnyTagClassName
{
color: #804C20;
}
</style>
background-color css
<style>
a { background-color: #804C20; }
a { background-color: rgb(128,76,32); }
div.DivClassName
{
background-color: #804C20;
}
.BgClassName
{
background-color: #804C20;
}
</style>
border-color css
<style>
span { border-color: #804C20; }
span { border-color: rgb(128,76,32); }
td.TdClassName
{
border-color: #804C20;
}
.TagClassName
{
border-color: #804C20;
}
</style>