Shades of Shadow #887143
Tints of Shadow #887143
RGB
CMYK
RGB Variations
Color information
#887143 (or 0x887143) is known color: Shadow. HEX triplet: 88, 71 and 43. RGB value is (136,113,67). Sum of RGB (Red+Green+Blue) = 136+113+67=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #887143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887143 is #778EBC. Grayscale: #727272. Windows color (decimal): -7835325 or 4419976. OLE color: 4419976.
HSL color Cylindrical-coordinate representation of color #887143: hue angle of 40º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #887143 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 67 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.47 |
| HSL | 40º | 0.34% | 0.4% | - |
| HSV(B) | 40º | 0.51% | 0.53% | - |
| XYZ | 17.07 | 17.45 | 7.78 | - |
| YUV | 114.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 67 | 0 | 0.17 | 0.51 | 0.47 | 40 | 0.34 | 0.4 |
| Hex | 88 | 71 | 43 | 0 | 11 | 33 | 2F | 28 | 22 | 28 |
| Octal | 210 | 161 | 103 | 0 | 21 | 63 | 57 | 50 | 42 | 50 |
| Binary | 10001000 | 1110001 | 1000011 | 0 | 10001 | 110011 | 101111 | 101000 | 100010 | 101000 |
Color Harmonies of #887143
Complementary color
Monochromatic Colors of #887143
Black with #887143
Text Example
Text Example
White with #887143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887143; }
p { color: rgb(136,113,67); }
H1.HeaderClassName
{
color: #887143;
}
.AnyTagClassName
{
color: #887143;
}
</style>
background-color css
<style>
a { background-color: #887143; }
a { background-color: rgb(136,113,67); }
div.DivClassName
{
background-color: #887143;
}
.BgClassName
{
background-color: #887143;
}
</style>
border-color css
<style>
span { border-color: #887143; }
span { border-color: rgb(136,113,67); }
td.TdClassName
{
border-color: #887143;
}
.TagClassName
{
border-color: #887143;
}
</style>