Shades of Russet #844322
Tints of Russet #844322
RGB
CMYK
RGB Variations
Color information
#844322 (or 0x844322) is known color: Russet. HEX triplet: 84, 43 and 22. RGB value is (132,67,34). Sum of RGB (Red+Green+Blue) = 132+67+34=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #844322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844322 is #7BBCDD. Grayscale: #525252. Windows color (decimal): -8109278 or 2245508. OLE color: 2245508.
HSL color Cylindrical-coordinate representation of color #844322: hue angle of 20.2º 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 #844322 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 34 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.48 |
| HSL | 20.2º | 0.59% | 0.33% | - |
| HSV(B) | 20.2º | 0.74% | 0.52% | - |
| XYZ | 11.81 | 9.04 | 2.63 | - |
| YUV | 82.67 | 100.53 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 34 | 0 | 0.49 | 0.74 | 0.48 | 20.2 | 0.59 | 0.33 |
| Hex | 84 | 43 | 22 | 0 | 31 | 4A | 30 | 14 | 3B | 21 |
| Octal | 204 | 103 | 42 | 0 | 61 | 112 | 60 | 24 | 73 | 41 |
| Binary | 10000100 | 1000011 | 100010 | 0 | 110001 | 1001010 | 110000 | 10100 | 111011 | 100001 |
Color Harmonies of #844322
Complementary color
Monochromatic Colors of #844322
Black with #844322
Text Example
Text Example
White with #844322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844322; }
p { color: rgb(132,67,34); }
H1.HeaderClassName
{
color: #844322;
}
.AnyTagClassName
{
color: #844322;
}
</style>
background-color css
<style>
a { background-color: #844322; }
a { background-color: rgb(132,67,34); }
div.DivClassName
{
background-color: #844322;
}
.BgClassName
{
background-color: #844322;
}
</style>
border-color css
<style>
span { border-color: #844322; }
span { border-color: rgb(132,67,34); }
td.TdClassName
{
border-color: #844322;
}
.TagClassName
{
border-color: #844322;
}
</style>