Shades of Shadow #876D49
Tints of Shadow #876D49
RGB
CMYK
RGB Variations
Color information
#876D49 (or 0x876D49) is known color: Shadow. HEX triplet: 87, 6D and 49. RGB value is (135,109,73). Sum of RGB (Red+Green+Blue) = 135+109+73=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #876D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D49 is #7892B6. Grayscale: #707070. Windows color (decimal): -7901879 or 4812167. OLE color: 4812167.
HSL color Cylindrical-coordinate representation of color #876D49: hue angle of 34.84º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #876D49 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 73 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.47 |
| HSL | 34.84º | 0.3% | 0.41% | - |
| HSV(B) | 34.84º | 0.46% | 0.53% | - |
| XYZ | 16.66 | 16.57 | 8.62 | - |
| YUV | 112.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 73 | 0 | 0.19 | 0.46 | 0.47 | 34.84 | 0.3 | 0.41 |
| Hex | 87 | 6D | 49 | 0 | 13 | 2E | 2F | 23 | 1E | 29 |
| Octal | 207 | 155 | 111 | 0 | 23 | 56 | 57 | 43 | 36 | 51 |
| Binary | 10000111 | 1101101 | 1001001 | 0 | 10011 | 101110 | 101111 | 100011 | 11110 | 101001 |
Color Harmonies of #876D49
Complementary color
Monochromatic Colors of #876D49
Black with #876D49
Text Example
Text Example
White with #876D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D49; }
p { color: rgb(135,109,73); }
H1.HeaderClassName
{
color: #876D49;
}
.AnyTagClassName
{
color: #876D49;
}
</style>
background-color css
<style>
a { background-color: #876D49; }
a { background-color: rgb(135,109,73); }
div.DivClassName
{
background-color: #876D49;
}
.BgClassName
{
background-color: #876D49;
}
</style>
border-color css
<style>
span { border-color: #876D49; }
span { border-color: rgb(135,109,73); }
td.TdClassName
{
border-color: #876D49;
}
.TagClassName
{
border-color: #876D49;
}
</style>