Shades of Shadow #886F47
Tints of Shadow #886F47
RGB
CMYK
RGB Variations
Color information
#886F47 (or 0x886F47) is known color: Shadow. HEX triplet: 88, 6F and 47. RGB value is (136,111,71). Sum of RGB (Red+Green+Blue) = 136+111+71=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #886F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F47 is #7790B8. Grayscale: #727272. Windows color (decimal): -7835833 or 4681608. OLE color: 4681608.
HSL color Cylindrical-coordinate representation of color #886F47: hue angle of 36.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #886F47 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 71 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.47 |
| HSL | 36.92º | 0.31% | 0.41% | - |
| HSV(B) | 36.92º | 0.48% | 0.53% | - |
| XYZ | 16.98 | 17.06 | 8.36 | - |
| YUV | 113.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 71 | 0 | 0.18 | 0.48 | 0.47 | 36.92 | 0.31 | 0.41 |
| Hex | 88 | 6F | 47 | 0 | 12 | 30 | 2F | 25 | 1F | 29 |
| Octal | 210 | 157 | 107 | 0 | 22 | 60 | 57 | 45 | 37 | 51 |
| Binary | 10001000 | 1101111 | 1000111 | 0 | 10010 | 110000 | 101111 | 100101 | 11111 | 101001 |
Color Harmonies of #886F47
Complementary color
Monochromatic Colors of #886F47
Black with #886F47
Text Example
Text Example
White with #886F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F47; }
p { color: rgb(136,111,71); }
H1.HeaderClassName
{
color: #886F47;
}
.AnyTagClassName
{
color: #886F47;
}
</style>
background-color css
<style>
a { background-color: #886F47; }
a { background-color: rgb(136,111,71); }
div.DivClassName
{
background-color: #886F47;
}
.BgClassName
{
background-color: #886F47;
}
</style>
border-color css
<style>
span { border-color: #886F47; }
span { border-color: rgb(136,111,71); }
td.TdClassName
{
border-color: #886F47;
}
.TagClassName
{
border-color: #886F47;
}
</style>