Shades of Russet #884C22
Tints of Russet #884C22
RGB
CMYK
RGB Variations
Color information
#884C22 (or 0x884C22) is known color: Russet. HEX triplet: 88, 4C and 22. RGB value is (136,76,34). Sum of RGB (Red+Green+Blue) = 136+76+34=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #884C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C22 is #77B3DD. Grayscale: #595959. Windows color (decimal): -7844830 or 2247816. OLE color: 2247816.
HSL color Cylindrical-coordinate representation of color #884C22: hue angle of 24.71º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #884C22 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 34 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.47 |
| HSL | 24.71º | 0.6% | 0.33% | - |
| HSV(B) | 24.71º | 0.75% | 0.53% | - |
| XYZ | 13.03 | 10.52 | 2.86 | - |
| YUV | 89.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 34 | 0 | 0.44 | 0.75 | 0.47 | 24.71 | 0.6 | 0.33 |
| Hex | 88 | 4C | 22 | 0 | 2C | 4B | 2F | 19 | 3C | 21 |
| Octal | 210 | 114 | 42 | 0 | 54 | 113 | 57 | 31 | 74 | 41 |
| Binary | 10001000 | 1001100 | 100010 | 0 | 101100 | 1001011 | 101111 | 11001 | 111100 | 100001 |
Color Harmonies of #884C22
Complementary color
Monochromatic Colors of #884C22
Black with #884C22
Text Example
Text Example
White with #884C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C22; }
p { color: rgb(136,76,34); }
H1.HeaderClassName
{
color: #884C22;
}
.AnyTagClassName
{
color: #884C22;
}
</style>
background-color css
<style>
a { background-color: #884C22; }
a { background-color: rgb(136,76,34); }
div.DivClassName
{
background-color: #884C22;
}
.BgClassName
{
background-color: #884C22;
}
</style>
border-color css
<style>
span { border-color: #884C22; }
span { border-color: rgb(136,76,34); }
td.TdClassName
{
border-color: #884C22;
}
.TagClassName
{
border-color: #884C22;
}
</style>