Shades of Shadow #887251
Tints of Shadow #887251
RGB
CMYK
RGB Variations
Color information
#887251 (or 0x887251) is known color: Shadow. HEX triplet: 88, 72 and 51. RGB value is (136,114,81). Sum of RGB (Red+Green+Blue) = 136+114+81=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #887251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887251 is #778DAE. Grayscale: #747474. Windows color (decimal): -7835055 or 5337736. OLE color: 5337736.
HSL color Cylindrical-coordinate representation of color #887251: hue angle of 36º 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 #887251 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 81 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.47 |
| HSL | 36º | 0.25% | 0.43% | - |
| HSV(B) | 36º | 0.4% | 0.53% | - |
| XYZ | 17.66 | 17.86 | 10.3 | - |
| YUV | 116.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 81 | 0 | 0.16 | 0.40 | 0.47 | 36 | 0.25 | 0.43 |
| Hex | 88 | 72 | 51 | 0 | 10 | 28 | 2F | 24 | 19 | 2B |
| Octal | 210 | 162 | 121 | 0 | 20 | 50 | 57 | 44 | 31 | 53 |
| Binary | 10001000 | 1110010 | 1010001 | 0 | 10000 | 101000 | 101111 | 100100 | 11001 | 101011 |
Color Harmonies of #887251
Complementary color
Monochromatic Colors of #887251
Black with #887251
Text Example
Text Example
White with #887251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887251; }
p { color: rgb(136,114,81); }
H1.HeaderClassName
{
color: #887251;
}
.AnyTagClassName
{
color: #887251;
}
</style>
background-color css
<style>
a { background-color: #887251; }
a { background-color: rgb(136,114,81); }
div.DivClassName
{
background-color: #887251;
}
.BgClassName
{
background-color: #887251;
}
</style>
border-color css
<style>
span { border-color: #887251; }
span { border-color: rgb(136,114,81); }
td.TdClassName
{
border-color: #887251;
}
.TagClassName
{
border-color: #887251;
}
</style>