Shades of Russet #844A21
Tints of Russet #844A21
RGB
CMYK
RGB Variations
Color information
#844A21 (or 0x844A21) is known color: Russet. HEX triplet: 84, 4A and 21. RGB value is (132,74,33). Sum of RGB (Red+Green+Blue) = 132+74+33=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #844A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A21 is #7BB5DE. Grayscale: #565656. Windows color (decimal): -8107487 or 2181764. OLE color: 2181764.
HSL color Cylindrical-coordinate representation of color #844A21: hue angle of 24.85º 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 #844A21 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 33 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.48 |
| HSL | 24.85º | 0.6% | 0.32% | - |
| HSV(B) | 24.85º | 0.75% | 0.52% | - |
| XYZ | 12.24 | 9.91 | 2.71 | - |
| YUV | 86.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 33 | 0 | 0.44 | 0.75 | 0.48 | 24.85 | 0.6 | 0.32 |
| Hex | 84 | 4A | 21 | 0 | 2C | 4B | 30 | 19 | 3C | 20 |
| Octal | 204 | 112 | 41 | 0 | 54 | 113 | 60 | 31 | 74 | 40 |
| Binary | 10000100 | 1001010 | 100001 | 0 | 101100 | 1001011 | 110000 | 11001 | 111100 | 100000 |
Color Harmonies of #844A21
Complementary color
Monochromatic Colors of #844A21
Black with #844A21
Text Example
Text Example
White with #844A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A21; }
p { color: rgb(132,74,33); }
H1.HeaderClassName
{
color: #844A21;
}
.AnyTagClassName
{
color: #844A21;
}
</style>
background-color css
<style>
a { background-color: #844A21; }
a { background-color: rgb(132,74,33); }
div.DivClassName
{
background-color: #844A21;
}
.BgClassName
{
background-color: #844A21;
}
</style>
border-color css
<style>
span { border-color: #844A21; }
span { border-color: rgb(132,74,33); }
td.TdClassName
{
border-color: #844A21;
}
.TagClassName
{
border-color: #844A21;
}
</style>