Shades of Shadow #887141
Tints of Shadow #887141
RGB
CMYK
RGB Variations
Color information
#887141 (or 0x887141) is known color: Shadow. HEX triplet: 88, 71 and 41. RGB value is (136,113,65). Sum of RGB (Red+Green+Blue) = 136+113+65=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #887141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887141 is #778EBE. Grayscale: #727272. Windows color (decimal): -7835327 or 4288904. OLE color: 4288904.
HSL color Cylindrical-coordinate representation of color #887141: hue angle of 40.56º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #887141 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 65 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.47 |
| HSL | 40.56º | 0.35% | 0.39% | - |
| HSV(B) | 40.56º | 0.52% | 0.53% | - |
| XYZ | 17.01 | 17.43 | 7.47 | - |
| YUV | 114.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 65 | 0 | 0.17 | 0.52 | 0.47 | 40.56 | 0.35 | 0.39 |
| Hex | 88 | 71 | 41 | 0 | 11 | 34 | 2F | 29 | 23 | 27 |
| Octal | 210 | 161 | 101 | 0 | 21 | 64 | 57 | 51 | 43 | 47 |
| Binary | 10001000 | 1110001 | 1000001 | 0 | 10001 | 110100 | 101111 | 101001 | 100011 | 100111 |
Color Harmonies of #887141
Complementary color
Monochromatic Colors of #887141
Black with #887141
Text Example
Text Example
White with #887141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887141; }
p { color: rgb(136,113,65); }
H1.HeaderClassName
{
color: #887141;
}
.AnyTagClassName
{
color: #887141;
}
</style>
background-color css
<style>
a { background-color: #887141; }
a { background-color: rgb(136,113,65); }
div.DivClassName
{
background-color: #887141;
}
.BgClassName
{
background-color: #887141;
}
</style>
border-color css
<style>
span { border-color: #887141; }
span { border-color: rgb(136,113,65); }
td.TdClassName
{
border-color: #887141;
}
.TagClassName
{
border-color: #887141;
}
</style>