Shades of Russet #844821
Tints of Russet #844821
RGB
CMYK
RGB Variations
Color information
#844821 (or 0x844821) is known color: Russet. HEX triplet: 84, 48 and 21. RGB value is (132,72,33). Sum of RGB (Red+Green+Blue) = 132+72+33=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #844821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844821 is #7BB7DE. Grayscale: #555555. Windows color (decimal): -8107999 or 2181252. OLE color: 2181252.
HSL color Cylindrical-coordinate representation of color #844821: hue angle of 23.64º 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 #844821 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 33 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.48 |
| HSL | 23.64º | 0.6% | 0.32% | - |
| HSV(B) | 23.64º | 0.75% | 0.52% | - |
| XYZ | 12.11 | 9.65 | 2.66 | - |
| YUV | 85.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 33 | 0 | 0.45 | 0.75 | 0.48 | 23.64 | 0.6 | 0.32 |
| Hex | 84 | 48 | 21 | 0 | 2D | 4B | 30 | 18 | 3C | 20 |
| Octal | 204 | 110 | 41 | 0 | 55 | 113 | 60 | 30 | 74 | 40 |
| Binary | 10000100 | 1001000 | 100001 | 0 | 101101 | 1001011 | 110000 | 11000 | 111100 | 100000 |
Color Harmonies of #844821
Complementary color
Monochromatic Colors of #844821
Black with #844821
Text Example
Text Example
White with #844821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844821; }
p { color: rgb(132,72,33); }
H1.HeaderClassName
{
color: #844821;
}
.AnyTagClassName
{
color: #844821;
}
</style>
background-color css
<style>
a { background-color: #844821; }
a { background-color: rgb(132,72,33); }
div.DivClassName
{
background-color: #844821;
}
.BgClassName
{
background-color: #844821;
}
</style>
border-color css
<style>
span { border-color: #844821; }
span { border-color: rgb(132,72,33); }
td.TdClassName
{
border-color: #844821;
}
.TagClassName
{
border-color: #844821;
}
</style>