Shades of Russet #844C20
Tints of Russet #844C20
RGB
CMYK
RGB Variations
Color information
#844C20 (or 0x844C20) is known color: Russet. HEX triplet: 84, 4C and 20. RGB value is (132,76,32). Sum of RGB (Red+Green+Blue) = 132+76+32=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #844C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C20 is #7BB3DF. Grayscale: #575757. Windows color (decimal): -8106976 or 2116740. OLE color: 2116740.
HSL color Cylindrical-coordinate representation of color #844C20: hue angle of 26.4º 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 #844C20 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 32 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.48 |
| HSL | 26.4º | 0.61% | 0.32% | - |
| HSV(B) | 26.4º | 0.76% | 0.52% | - |
| XYZ | 12.36 | 10.18 | 2.68 | - |
| YUV | 87.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 32 | 0 | 0.42 | 0.76 | 0.48 | 26.4 | 0.61 | 0.32 |
| Hex | 84 | 4C | 20 | 0 | 2A | 4C | 30 | 1A | 3D | 20 |
| Octal | 204 | 114 | 40 | 0 | 52 | 114 | 60 | 32 | 75 | 40 |
| Binary | 10000100 | 1001100 | 100000 | 0 | 101010 | 1001100 | 110000 | 11010 | 111101 | 100000 |
Color Harmonies of #844C20
Complementary color
Monochromatic Colors of #844C20
Black with #844C20
Text Example
Text Example
White with #844C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C20; }
p { color: rgb(132,76,32); }
H1.HeaderClassName
{
color: #844C20;
}
.AnyTagClassName
{
color: #844C20;
}
</style>
background-color css
<style>
a { background-color: #844C20; }
a { background-color: rgb(132,76,32); }
div.DivClassName
{
background-color: #844C20;
}
.BgClassName
{
background-color: #844C20;
}
</style>
border-color css
<style>
span { border-color: #844C20; }
span { border-color: rgb(132,76,32); }
td.TdClassName
{
border-color: #844C20;
}
.TagClassName
{
border-color: #844C20;
}
</style>