Shades of Russet #844021
Tints of Russet #844021
RGB
CMYK
RGB Variations
Color information
#844021 (or 0x844021) is known color: Russet. HEX triplet: 84, 40 and 21. RGB value is (132,64,33). Sum of RGB (Red+Green+Blue) = 132+64+33=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #844021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844021 is #7BBFDE. Grayscale: #505050. Windows color (decimal): -8110047 or 2179204. OLE color: 2179204.
HSL color Cylindrical-coordinate representation of color #844021: hue angle of 18.79º 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 #844021 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 33 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.48 |
| HSL | 18.79º | 0.6% | 0.32% | - |
| HSV(B) | 18.79º | 0.75% | 0.52% | - |
| XYZ | 11.62 | 8.68 | 2.5 | - |
| YUV | 80.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 33 | 0 | 0.52 | 0.75 | 0.48 | 18.79 | 0.6 | 0.32 |
| Hex | 84 | 40 | 21 | 0 | 34 | 4B | 30 | 13 | 3C | 20 |
| Octal | 204 | 100 | 41 | 0 | 64 | 113 | 60 | 23 | 74 | 40 |
| Binary | 10000100 | 1000000 | 100001 | 0 | 110100 | 1001011 | 110000 | 10011 | 111100 | 100000 |
Color Harmonies of #844021
Complementary color
Monochromatic Colors of #844021
Black with #844021
Text Example
Text Example
White with #844021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844021; }
p { color: rgb(132,64,33); }
H1.HeaderClassName
{
color: #844021;
}
.AnyTagClassName
{
color: #844021;
}
</style>
background-color css
<style>
a { background-color: #844021; }
a { background-color: rgb(132,64,33); }
div.DivClassName
{
background-color: #844021;
}
.BgClassName
{
background-color: #844021;
}
</style>
border-color css
<style>
span { border-color: #844021; }
span { border-color: rgb(132,64,33); }
td.TdClassName
{
border-color: #844021;
}
.TagClassName
{
border-color: #844021;
}
</style>