Shades of Shadow #87713E
Tints of Shadow #87713E
RGB
CMYK
RGB Variations
Color information
#87713E (or 0x87713E) is known color: Shadow. HEX triplet: 87, 71 and 3E. RGB value is (135,113,62). Sum of RGB (Red+Green+Blue) = 135+113+62=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87713E is #788EC1. Grayscale: #717171. Windows color (decimal): -7900866 or 4092295. OLE color: 4092295.
HSL color Cylindrical-coordinate representation of color #87713E: hue angle of 41.92º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87713E is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 62 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.47 |
| HSL | 41.92º | 0.37% | 0.39% | - |
| HSV(B) | 41.92º | 0.54% | 0.53% | - |
| XYZ | 16.77 | 17.31 | 7.01 | - |
| YUV | 113.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 62 | 0 | 0.16 | 0.54 | 0.47 | 41.92 | 0.37 | 0.39 |
| Hex | 87 | 71 | 3E | 0 | 10 | 36 | 2F | 2A | 25 | 27 |
| Octal | 207 | 161 | 76 | 0 | 20 | 66 | 57 | 52 | 45 | 47 |
| Binary | 10000111 | 1110001 | 111110 | 0 | 10000 | 110110 | 101111 | 101010 | 100101 | 100111 |
Color Harmonies of #87713E
Complementary color
Monochromatic Colors of #87713E
Black with #87713E
Text Example
Text Example
White with #87713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87713E; }
p { color: rgb(135,113,62); }
H1.HeaderClassName
{
color: #87713E;
}
.AnyTagClassName
{
color: #87713E;
}
</style>
background-color css
<style>
a { background-color: #87713E; }
a { background-color: rgb(135,113,62); }
div.DivClassName
{
background-color: #87713E;
}
.BgClassName
{
background-color: #87713E;
}
</style>
border-color css
<style>
span { border-color: #87713E; }
span { border-color: rgb(135,113,62); }
td.TdClassName
{
border-color: #87713E;
}
.TagClassName
{
border-color: #87713E;
}
</style>