Shades of Raw Umber #885600
Tints of Raw Umber #885600
RGB
CMYK
RGB Variations
Color information
#885600 (or 0x885600) is known color: Raw Umber. HEX triplet: 88, 56 and 00. RGB value is (136,86,0). Sum of RGB (Red+Green+Blue) = 136+86+0=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #885600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885600 is #77A9FF. Grayscale: #5B5B5B. Windows color (decimal): -7842304 or 22152. OLE color: 22152.
HSL color Cylindrical-coordinate representation of color #885600: hue angle of 37.94º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #885600 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.47 |
| HSL | 37.94º | 1% | 0.27% | - |
| HSV(B) | 37.94º | 1% | 0.53% | - |
| XYZ | 13.48 | 11.89 | 1.58 | - |
| YUV | 91.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 0 | 0 | 0.37 | 1 | 0.47 | 37.94 | 1 | 0.27 |
| Hex | 88 | 56 | 0 | 0 | 25 | 64 | 2F | 26 | 64 | 1B |
| Octal | 210 | 126 | 0 | 0 | 45 | 144 | 57 | 46 | 144 | 33 |
| Binary | 10001000 | 1010110 | 0 | 0 | 100101 | 1100100 | 101111 | 100110 | 1100100 | 11011 |
Color Harmonies of #885600
Complementary color
Monochromatic Colors of #885600
Black with #885600
Text Example
Text Example
White with #885600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885600; }
p { color: rgb(136,86,0); }
H1.HeaderClassName
{
color: #885600;
}
.AnyTagClassName
{
color: #885600;
}
</style>
background-color css
<style>
a { background-color: #885600; }
a { background-color: rgb(136,86,0); }
div.DivClassName
{
background-color: #885600;
}
.BgClassName
{
background-color: #885600;
}
</style>
border-color css
<style>
span { border-color: #885600; }
span { border-color: rgb(136,86,0); }
td.TdClassName
{
border-color: #885600;
}
.TagClassName
{
border-color: #885600;
}
</style>