Shades of Russet #884221
Tints of Russet #884221
RGB
CMYK
RGB Variations
Color information
#884221 (or 0x884221) is known color: Russet. HEX triplet: 88, 42 and 21. RGB value is (136,66,33). Sum of RGB (Red+Green+Blue) = 136+66+33=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #884221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884221 is #77BDDE. Grayscale: #535353. Windows color (decimal): -7847391 or 2179720. OLE color: 2179720.
HSL color Cylindrical-coordinate representation of color #884221: hue angle of 19.22º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #884221 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 33 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.47 |
| HSL | 19.22º | 0.61% | 0.33% | - |
| HSV(B) | 19.22º | 0.76% | 0.53% | - |
| XYZ | 12.38 | 9.24 | 2.57 | - |
| YUV | 83.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 33 | 0 | 0.51 | 0.76 | 0.47 | 19.22 | 0.61 | 0.33 |
| Hex | 88 | 42 | 21 | 0 | 33 | 4C | 2F | 13 | 3D | 21 |
| Octal | 210 | 102 | 41 | 0 | 63 | 114 | 57 | 23 | 75 | 41 |
| Binary | 10001000 | 1000010 | 100001 | 0 | 110011 | 1001100 | 101111 | 10011 | 111101 | 100001 |
Color Harmonies of #884221
Complementary color
Monochromatic Colors of #884221
Black with #884221
Text Example
Text Example
White with #884221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884221; }
p { color: rgb(136,66,33); }
H1.HeaderClassName
{
color: #884221;
}
.AnyTagClassName
{
color: #884221;
}
</style>
background-color css
<style>
a { background-color: #884221; }
a { background-color: rgb(136,66,33); }
div.DivClassName
{
background-color: #884221;
}
.BgClassName
{
background-color: #884221;
}
</style>
border-color css
<style>
span { border-color: #884221; }
span { border-color: rgb(136,66,33); }
td.TdClassName
{
border-color: #884221;
}
.TagClassName
{
border-color: #884221;
}
</style>