Shades of Russet #844420
Tints of Russet #844420
RGB
CMYK
RGB Variations
Color information
#844420 (or 0x844420) is known color: Russet. HEX triplet: 84, 44 and 20. RGB value is (132,68,32). Sum of RGB (Red+Green+Blue) = 132+68+32=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #844420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844420 is #7BBBDF. Grayscale: #535353. Windows color (decimal): -8109024 or 2114692. OLE color: 2114692.
HSL color Cylindrical-coordinate representation of color #844420: hue angle of 21.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #844420 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 68 | 32 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.48 |
| HSL | 21.6º | 0.61% | 0.32% | - |
| HSV(B) | 21.6º | 0.76% | 0.52% | - |
| XYZ | 11.84 | 9.14 | 2.51 | - |
| YUV | 83.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 68 | 32 | 0 | 0.48 | 0.76 | 0.48 | 21.6 | 0.61 | 0.32 |
| Hex | 84 | 44 | 20 | 0 | 30 | 4C | 30 | 16 | 3D | 20 |
| Octal | 204 | 104 | 40 | 0 | 60 | 114 | 60 | 26 | 75 | 40 |
| Binary | 10000100 | 1000100 | 100000 | 0 | 110000 | 1001100 | 110000 | 10110 | 111101 | 100000 |
Color Harmonies of #844420
Complementary color
Monochromatic Colors of #844420
Black with #844420
Text Example
Text Example
White with #844420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844420; }
p { color: rgb(132,68,32); }
H1.HeaderClassName
{
color: #844420;
}
.AnyTagClassName
{
color: #844420;
}
</style>
background-color css
<style>
a { background-color: #844420; }
a { background-color: rgb(132,68,32); }
div.DivClassName
{
background-color: #844420;
}
.BgClassName
{
background-color: #844420;
}
</style>
border-color css
<style>
span { border-color: #844420; }
span { border-color: rgb(132,68,32); }
td.TdClassName
{
border-color: #844420;
}
.TagClassName
{
border-color: #844420;
}
</style>