Shades of Russet #884822
Tints of Russet #884822
RGB
CMYK
RGB Variations
Color information
#884822 (or 0x884822) is known color: Russet. HEX triplet: 88, 48 and 22. RGB value is (136,72,34). Sum of RGB (Red+Green+Blue) = 136+72+34=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #884822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884822 is #77B7DD. Grayscale: #575757. Windows color (decimal): -7845854 or 2246792. OLE color: 2246792.
HSL color Cylindrical-coordinate representation of color #884822: hue angle of 22.35º 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 #884822 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 34 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.47 |
| HSL | 22.35º | 0.6% | 0.33% | - |
| HSV(B) | 22.35º | 0.75% | 0.53% | - |
| XYZ | 12.76 | 9.98 | 2.77 | - |
| YUV | 86.8 | 98.2 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 34 | 0 | 0.47 | 0.75 | 0.47 | 22.35 | 0.6 | 0.33 |
| Hex | 88 | 48 | 22 | 0 | 2F | 4B | 2F | 16 | 3C | 21 |
| Octal | 210 | 110 | 42 | 0 | 57 | 113 | 57 | 26 | 74 | 41 |
| Binary | 10001000 | 1001000 | 100010 | 0 | 101111 | 1001011 | 101111 | 10110 | 111100 | 100001 |
Color Harmonies of #884822
Complementary color
Monochromatic Colors of #884822
Black with #884822
Text Example
Text Example
White with #884822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884822; }
p { color: rgb(136,72,34); }
H1.HeaderClassName
{
color: #884822;
}
.AnyTagClassName
{
color: #884822;
}
</style>
background-color css
<style>
a { background-color: #884822; }
a { background-color: rgb(136,72,34); }
div.DivClassName
{
background-color: #884822;
}
.BgClassName
{
background-color: #884822;
}
</style>
border-color css
<style>
span { border-color: #884822; }
span { border-color: rgb(136,72,34); }
td.TdClassName
{
border-color: #884822;
}
.TagClassName
{
border-color: #884822;
}
</style>