Shades of Russet #844522
Tints of Russet #844522
RGB
CMYK
RGB Variations
Color information
#844522 (or 0x844522) is known color: Russet. HEX triplet: 84, 45 and 22. RGB value is (132,69,34). Sum of RGB (Red+Green+Blue) = 132+69+34=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #844522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844522 is #7BBADD. Grayscale: #545454. Windows color (decimal): -8108766 or 2246020. OLE color: 2246020.
HSL color Cylindrical-coordinate representation of color #844522: hue angle of 21.43º 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 #844522 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 34 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.48 |
| HSL | 21.43º | 0.59% | 0.33% | - |
| HSV(B) | 21.43º | 0.74% | 0.52% | - |
| XYZ | 11.93 | 9.28 | 2.68 | - |
| YUV | 83.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 34 | 0 | 0.48 | 0.74 | 0.48 | 21.43 | 0.59 | 0.33 |
| Hex | 84 | 45 | 22 | 0 | 30 | 4A | 30 | 15 | 3B | 21 |
| Octal | 204 | 105 | 42 | 0 | 60 | 112 | 60 | 25 | 73 | 41 |
| Binary | 10000100 | 1000101 | 100010 | 0 | 110000 | 1001010 | 110000 | 10101 | 111011 | 100001 |
Color Harmonies of #844522
Complementary color
Monochromatic Colors of #844522
Black with #844522
Text Example
Text Example
White with #844522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844522; }
p { color: rgb(132,69,34); }
H1.HeaderClassName
{
color: #844522;
}
.AnyTagClassName
{
color: #844522;
}
</style>
background-color css
<style>
a { background-color: #844522; }
a { background-color: rgb(132,69,34); }
div.DivClassName
{
background-color: #844522;
}
.BgClassName
{
background-color: #844522;
}
</style>
border-color css
<style>
span { border-color: #844522; }
span { border-color: rgb(132,69,34); }
td.TdClassName
{
border-color: #844522;
}
.TagClassName
{
border-color: #844522;
}
</style>