Shades of Russet #844C22
Tints of Russet #844C22
RGB
CMYK
RGB Variations
Color information
#844C22 (or 0x844C22) is known color: Russet. HEX triplet: 84, 4C and 22. RGB value is (132,76,34). Sum of RGB (Red+Green+Blue) = 132+76+34=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #844C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C22 is #7BB3DD. Grayscale: #585858. Windows color (decimal): -8106974 or 2247812. OLE color: 2247812.
HSL color Cylindrical-coordinate representation of color #844C22: hue angle of 25.71º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #844C22 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 34 | - |
| CMYK | 0 | 0.42 | 0.74 | 0.48 |
| HSL | 25.71º | 0.59% | 0.33% | - |
| HSV(B) | 25.71º | 0.74% | 0.52% | - |
| XYZ | 12.39 | 10.19 | 2.83 | - |
| YUV | 87.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 34 | 0 | 0.42 | 0.74 | 0.48 | 25.71 | 0.59 | 0.33 |
| Hex | 84 | 4C | 22 | 0 | 2A | 4A | 30 | 1A | 3B | 21 |
| Octal | 204 | 114 | 42 | 0 | 52 | 112 | 60 | 32 | 73 | 41 |
| Binary | 10000100 | 1001100 | 100010 | 0 | 101010 | 1001010 | 110000 | 11010 | 111011 | 100001 |
Color Harmonies of #844C22
Complementary color
Monochromatic Colors of #844C22
Black with #844C22
Text Example
Text Example
White with #844C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C22; }
p { color: rgb(132,76,34); }
H1.HeaderClassName
{
color: #844C22;
}
.AnyTagClassName
{
color: #844C22;
}
</style>
background-color css
<style>
a { background-color: #844C22; }
a { background-color: rgb(132,76,34); }
div.DivClassName
{
background-color: #844C22;
}
.BgClassName
{
background-color: #844C22;
}
</style>
border-color css
<style>
span { border-color: #844C22; }
span { border-color: rgb(132,76,34); }
td.TdClassName
{
border-color: #844C22;
}
.TagClassName
{
border-color: #844C22;
}
</style>