Shades of Shadow #887841
Tints of Shadow #887841
RGB
CMYK
RGB Variations
Color information
#887841 (or 0x887841) is known color: Shadow. HEX triplet: 88, 78 and 41. RGB value is (136,120,65). Sum of RGB (Red+Green+Blue) = 136+120+65=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #887841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887841 is #7787BE. Grayscale: #767676. Windows color (decimal): -7833535 or 4290696. OLE color: 4290696.
HSL color Cylindrical-coordinate representation of color #887841: hue angle of 46.48º 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 #887841 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 120 | 65 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.47 |
| HSL | 46.48º | 0.35% | 0.39% | - |
| HSV(B) | 46.48º | 0.52% | 0.53% | - |
| XYZ | 17.82 | 19.05 | 7.74 | - |
| YUV | 118.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 65 | 0 | 0.12 | 0.52 | 0.47 | 46.48 | 0.35 | 0.39 |
| Hex | 88 | 78 | 41 | 0 | C | 34 | 2F | 2E | 23 | 27 |
| Octal | 210 | 170 | 101 | 0 | 14 | 64 | 57 | 56 | 43 | 47 |
| Binary | 10001000 | 1111000 | 1000001 | 0 | 1100 | 110100 | 101111 | 101110 | 100011 | 100111 |
Color Harmonies of #887841
Complementary color
Monochromatic Colors of #887841
Black with #887841
Text Example
Text Example
White with #887841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887841; }
p { color: rgb(136,120,65); }
H1.HeaderClassName
{
color: #887841;
}
.AnyTagClassName
{
color: #887841;
}
</style>
background-color css
<style>
a { background-color: #887841; }
a { background-color: rgb(136,120,65); }
div.DivClassName
{
background-color: #887841;
}
.BgClassName
{
background-color: #887841;
}
</style>
border-color css
<style>
span { border-color: #887841; }
span { border-color: rgb(136,120,65); }
td.TdClassName
{
border-color: #887841;
}
.TagClassName
{
border-color: #887841;
}
</style>