Shades of Russet #804C21
Tints of Russet #804C21
RGB
CMYK
RGB Variations
Color information
#804C21 (or 0x804C21) is known color: Russet. HEX triplet: 80, 4C and 21. RGB value is (128,76,33). Sum of RGB (Red+Green+Blue) = 128+76+33=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #804C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C21 is #7FB3DE. Grayscale: #565656. Windows color (decimal): -8369119 or 2182272. OLE color: 2182272.
HSL color Cylindrical-coordinate representation of color #804C21: hue angle of 27.16º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #804C21 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 33 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.50 |
| HSL | 27.16º | 0.59% | 0.32% | - |
| HSV(B) | 27.16º | 0.74% | 0.5% | - |
| XYZ | 11.76 | 9.87 | 2.72 | - |
| YUV | 86.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 33 | 0 | 0.41 | 0.74 | 0.50 | 27.16 | 0.59 | 0.32 |
| Hex | 80 | 4C | 21 | 0 | 29 | 4A | 32 | 1B | 3B | 20 |
| Octal | 200 | 114 | 41 | 0 | 51 | 112 | 62 | 33 | 73 | 40 |
| Binary | 10000000 | 1001100 | 100001 | 0 | 101001 | 1001010 | 110010 | 11011 | 111011 | 100000 |
Color Harmonies of #804C21
Complementary color
Monochromatic Colors of #804C21
Black with #804C21
Text Example
Text Example
White with #804C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C21; }
p { color: rgb(128,76,33); }
H1.HeaderClassName
{
color: #804C21;
}
.AnyTagClassName
{
color: #804C21;
}
</style>
background-color css
<style>
a { background-color: #804C21; }
a { background-color: rgb(128,76,33); }
div.DivClassName
{
background-color: #804C21;
}
.BgClassName
{
background-color: #804C21;
}
</style>
border-color css
<style>
span { border-color: #804C21; }
span { border-color: rgb(128,76,33); }
td.TdClassName
{
border-color: #804C21;
}
.TagClassName
{
border-color: #804C21;
}
</style>