Shades of Shadow #886D4B
Tints of Shadow #886D4B
RGB
CMYK
RGB Variations
Color information
#886D4B (or 0x886D4B) is known color: Shadow. HEX triplet: 88, 6D and 4B. RGB value is (136,109,75). Sum of RGB (Red+Green+Blue) = 136+109+75=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #886D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D4B is #7792B4. Grayscale: #717171. Windows color (decimal): -7836341 or 4943240. OLE color: 4943240.
HSL color Cylindrical-coordinate representation of color #886D4B: hue angle of 33.44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #886D4B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 75 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.47 |
| HSL | 33.44º | 0.29% | 0.41% | - |
| HSV(B) | 33.44º | 0.45% | 0.53% | - |
| XYZ | 16.89 | 16.68 | 8.99 | - |
| YUV | 113.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 75 | 0 | 0.20 | 0.45 | 0.47 | 33.44 | 0.29 | 0.41 |
| Hex | 88 | 6D | 4B | 0 | 14 | 2D | 2F | 21 | 1D | 29 |
| Octal | 210 | 155 | 113 | 0 | 24 | 55 | 57 | 41 | 35 | 51 |
| Binary | 10001000 | 1101101 | 1001011 | 0 | 10100 | 101101 | 101111 | 100001 | 11101 | 101001 |
Color Harmonies of #886D4B
Complementary color
Monochromatic Colors of #886D4B
Black with #886D4B
Text Example
Text Example
White with #886D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D4B; }
p { color: rgb(136,109,75); }
H1.HeaderClassName
{
color: #886D4B;
}
.AnyTagClassName
{
color: #886D4B;
}
</style>
background-color css
<style>
a { background-color: #886D4B; }
a { background-color: rgb(136,109,75); }
div.DivClassName
{
background-color: #886D4B;
}
.BgClassName
{
background-color: #886D4B;
}
</style>
border-color css
<style>
span { border-color: #886D4B; }
span { border-color: rgb(136,109,75); }
td.TdClassName
{
border-color: #886D4B;
}
.TagClassName
{
border-color: #886D4B;
}
</style>