Shades of Russet #885220
Tints of Russet #885220
RGB
CMYK
RGB Variations
Color information
#885220 (or 0x885220) is known color: Russet. HEX triplet: 88, 52 and 20. RGB value is (136,82,32). Sum of RGB (Red+Green+Blue) = 136+82+32=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885220 is #77ADDF. Grayscale: #5C5C5C. Windows color (decimal): -7843296 or 2118280. OLE color: 2118280.
HSL color Cylindrical-coordinate representation of color #885220: hue angle of 28.85º degrees, saturation: 0.62, 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 #885220 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 32 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.47 |
| HSL | 28.85º | 0.62% | 0.33% | - |
| HSV(B) | 28.85º | 0.76% | 0.53% | - |
| XYZ | 13.43 | 11.37 | 2.85 | - |
| YUV | 92.45 | 93.89 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 32 | 0 | 0.40 | 0.76 | 0.47 | 28.85 | 0.62 | 0.33 |
| Hex | 88 | 52 | 20 | 0 | 28 | 4C | 2F | 1D | 3E | 21 |
| Octal | 210 | 122 | 40 | 0 | 50 | 114 | 57 | 35 | 76 | 41 |
| Binary | 10001000 | 1010010 | 100000 | 0 | 101000 | 1001100 | 101111 | 11101 | 111110 | 100001 |
Color Harmonies of #885220
Complementary color
Monochromatic Colors of #885220
Black with #885220
Text Example
Text Example
White with #885220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885220; }
p { color: rgb(136,82,32); }
H1.HeaderClassName
{
color: #885220;
}
.AnyTagClassName
{
color: #885220;
}
</style>
background-color css
<style>
a { background-color: #885220; }
a { background-color: rgb(136,82,32); }
div.DivClassName
{
background-color: #885220;
}
.BgClassName
{
background-color: #885220;
}
</style>
border-color css
<style>
span { border-color: #885220; }
span { border-color: rgb(136,82,32); }
td.TdClassName
{
border-color: #885220;
}
.TagClassName
{
border-color: #885220;
}
</style>