Shades of Russet #804221
Tints of Russet #804221
RGB
CMYK
RGB Variations
Color information
#804221 (or 0x804221) is known color: Russet. HEX triplet: 80, 42 and 21. RGB value is (128,66,33). Sum of RGB (Red+Green+Blue) = 128+66+33=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #804221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804221 is #7FBDDE. Grayscale: #505050. Windows color (decimal): -8371679 or 2179712. OLE color: 2179712.
HSL color Cylindrical-coordinate representation of color #804221: hue angle of 20.84º 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 #804221 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 33 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.50 |
| HSL | 20.84º | 0.59% | 0.32% | - |
| HSV(B) | 20.84º | 0.74% | 0.5% | - |
| XYZ | 11.12 | 8.6 | 2.51 | - |
| YUV | 80.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 33 | 0 | 0.48 | 0.74 | 0.50 | 20.84 | 0.59 | 0.32 |
| Hex | 80 | 42 | 21 | 0 | 30 | 4A | 32 | 15 | 3B | 20 |
| Octal | 200 | 102 | 41 | 0 | 60 | 112 | 62 | 25 | 73 | 40 |
| Binary | 10000000 | 1000010 | 100001 | 0 | 110000 | 1001010 | 110010 | 10101 | 111011 | 100000 |
Color Harmonies of #804221
Complementary color
Monochromatic Colors of #804221
Black with #804221
Text Example
Text Example
White with #804221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804221; }
p { color: rgb(128,66,33); }
H1.HeaderClassName
{
color: #804221;
}
.AnyTagClassName
{
color: #804221;
}
</style>
background-color css
<style>
a { background-color: #804221; }
a { background-color: rgb(128,66,33); }
div.DivClassName
{
background-color: #804221;
}
.BgClassName
{
background-color: #804221;
}
</style>
border-color css
<style>
span { border-color: #804221; }
span { border-color: rgb(128,66,33); }
td.TdClassName
{
border-color: #804221;
}
.TagClassName
{
border-color: #804221;
}
</style>