Shades of Russet #844221
Tints of Russet #844221
RGB
CMYK
RGB Variations
Color information
#844221 (or 0x844221) is known color: Russet. HEX triplet: 84, 42 and 21. RGB value is (132,66,33). Sum of RGB (Red+Green+Blue) = 132+66+33=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #844221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844221 is #7BBDDE. Grayscale: #525252. Windows color (decimal): -8109535 or 2179716. OLE color: 2179716.
HSL color Cylindrical-coordinate representation of color #844221: hue angle of 20º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #844221 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 66 | 33 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.48 |
| HSL | 20º | 0.6% | 0.32% | - |
| HSV(B) | 20º | 0.75% | 0.52% | - |
| XYZ | 11.74 | 8.91 | 2.54 | - |
| YUV | 81.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 33 | 0 | 0.5 | 0.75 | 0.48 | 20 | 0.6 | 0.32 |
| Hex | 84 | 42 | 21 | 0 | 32 | 4B | 30 | 14 | 3C | 20 |
| Octal | 204 | 102 | 41 | 0 | 62 | 113 | 60 | 24 | 74 | 40 |
| Binary | 10000100 | 1000010 | 100001 | 0 | 110010 | 1001011 | 110000 | 10100 | 111100 | 100000 |
Color Harmonies of #844221
Complementary color
Monochromatic Colors of #844221
Black with #844221
Text Example
Text Example
White with #844221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844221; }
p { color: rgb(132,66,33); }
H1.HeaderClassName
{
color: #844221;
}
.AnyTagClassName
{
color: #844221;
}
</style>
background-color css
<style>
a { background-color: #844221; }
a { background-color: rgb(132,66,33); }
div.DivClassName
{
background-color: #844221;
}
.BgClassName
{
background-color: #844221;
}
</style>
border-color css
<style>
span { border-color: #844221; }
span { border-color: rgb(132,66,33); }
td.TdClassName
{
border-color: #844221;
}
.TagClassName
{
border-color: #844221;
}
</style>