Shades of Shadow #887151
Tints of Shadow #887151
RGB
CMYK
RGB Variations
Color information
#887151 (or 0x887151) is known color: Shadow. HEX triplet: 88, 71 and 51. RGB value is (136,113,81). Sum of RGB (Red+Green+Blue) = 136+113+81=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #887151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887151 is #778EAE. Grayscale: #747474. Windows color (decimal): -7835311 or 5337480. OLE color: 5337480.
HSL color Cylindrical-coordinate representation of color #887151: hue angle of 34.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887151 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 81 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.47 |
| HSL | 34.91º | 0.25% | 0.43% | - |
| HSV(B) | 34.91º | 0.4% | 0.53% | - |
| XYZ | 17.54 | 17.64 | 10.26 | - |
| YUV | 116.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 81 | 0 | 0.17 | 0.40 | 0.47 | 34.91 | 0.25 | 0.43 |
| Hex | 88 | 71 | 51 | 0 | 11 | 28 | 2F | 23 | 19 | 2B |
| Octal | 210 | 161 | 121 | 0 | 21 | 50 | 57 | 43 | 31 | 53 |
| Binary | 10001000 | 1110001 | 1010001 | 0 | 10001 | 101000 | 101111 | 100011 | 11001 | 101011 |
Color Harmonies of #887151
Complementary color
Monochromatic Colors of #887151
Black with #887151
Text Example
Text Example
White with #887151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887151; }
p { color: rgb(136,113,81); }
H1.HeaderClassName
{
color: #887151;
}
.AnyTagClassName
{
color: #887151;
}
</style>
background-color css
<style>
a { background-color: #887151; }
a { background-color: rgb(136,113,81); }
div.DivClassName
{
background-color: #887151;
}
.BgClassName
{
background-color: #887151;
}
</style>
border-color css
<style>
span { border-color: #887151; }
span { border-color: rgb(136,113,81); }
td.TdClassName
{
border-color: #887151;
}
.TagClassName
{
border-color: #887151;
}
</style>