Shades of Russet #844D20
Tints of Russet #844D20
RGB
CMYK
RGB Variations
Color information
#844D20 (or 0x844D20) is known color: Russet. HEX triplet: 84, 4D and 20. RGB value is (132,77,32). Sum of RGB (Red+Green+Blue) = 132+77+32=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #844D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D20 is #7BB2DF. Grayscale: #585858. Windows color (decimal): -8106720 or 2116996. OLE color: 2116996.
HSL color Cylindrical-coordinate representation of color #844D20: hue angle of 27º 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 #844D20 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 32 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.48 |
| HSL | 27º | 0.61% | 0.32% | - |
| HSV(B) | 27º | 0.76% | 0.52% | - |
| XYZ | 12.43 | 10.32 | 2.7 | - |
| YUV | 88.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 32 | 0 | 0.42 | 0.76 | 0.48 | 27 | 0.61 | 0.32 |
| Hex | 84 | 4D | 20 | 0 | 2A | 4C | 30 | 1B | 3D | 20 |
| Octal | 204 | 115 | 40 | 0 | 52 | 114 | 60 | 33 | 75 | 40 |
| Binary | 10000100 | 1001101 | 100000 | 0 | 101010 | 1001100 | 110000 | 11011 | 111101 | 100000 |
Color Harmonies of #844D20
Complementary color
Monochromatic Colors of #844D20
Black with #844D20
Text Example
Text Example
White with #844D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D20; }
p { color: rgb(132,77,32); }
H1.HeaderClassName
{
color: #844D20;
}
.AnyTagClassName
{
color: #844D20;
}
</style>
background-color css
<style>
a { background-color: #844D20; }
a { background-color: rgb(132,77,32); }
div.DivClassName
{
background-color: #844D20;
}
.BgClassName
{
background-color: #844D20;
}
</style>
border-color css
<style>
span { border-color: #844D20; }
span { border-color: rgb(132,77,32); }
td.TdClassName
{
border-color: #844D20;
}
.TagClassName
{
border-color: #844D20;
}
</style>