Shades of Russet #844122
Tints of Russet #844122
RGB
CMYK
RGB Variations
Color information
#844122 (or 0x844122) is known color: Russet. HEX triplet: 84, 41 and 22. RGB value is (132,65,34). Sum of RGB (Red+Green+Blue) = 132+65+34=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #844122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844122 is #7BBEDD. Grayscale: #515151. Windows color (decimal): -8109790 or 2244996. OLE color: 2244996.
HSL color Cylindrical-coordinate representation of color #844122: hue angle of 18.98º 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 #844122 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 65 | 34 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.48 |
| HSL | 18.98º | 0.59% | 0.33% | - |
| HSV(B) | 18.98º | 0.74% | 0.52% | - |
| XYZ | 11.69 | 8.8 | 2.6 | - |
| YUV | 81.5 | 101.2 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 34 | 0 | 0.51 | 0.74 | 0.48 | 18.98 | 0.59 | 0.33 |
| Hex | 84 | 41 | 22 | 0 | 33 | 4A | 30 | 13 | 3B | 21 |
| Octal | 204 | 101 | 42 | 0 | 63 | 112 | 60 | 23 | 73 | 41 |
| Binary | 10000100 | 1000001 | 100010 | 0 | 110011 | 1001010 | 110000 | 10011 | 111011 | 100001 |
Color Harmonies of #844122
Complementary color
Monochromatic Colors of #844122
Black with #844122
Text Example
Text Example
White with #844122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844122; }
p { color: rgb(132,65,34); }
H1.HeaderClassName
{
color: #844122;
}
.AnyTagClassName
{
color: #844122;
}
</style>
background-color css
<style>
a { background-color: #844122; }
a { background-color: rgb(132,65,34); }
div.DivClassName
{
background-color: #844122;
}
.BgClassName
{
background-color: #844122;
}
</style>
border-color css
<style>
span { border-color: #844122; }
span { border-color: rgb(132,65,34); }
td.TdClassName
{
border-color: #844122;
}
.TagClassName
{
border-color: #844122;
}
</style>