Shades of Shadow #876D4B
Tints of Shadow #876D4B
RGB
CMYK
RGB Variations
Color information
#876D4B (or 0x876D4B) is known color: Shadow. HEX triplet: 87, 6D and 4B. RGB value is (135,109,75). Sum of RGB (Red+Green+Blue) = 135+109+75=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 135 - color contains mainly: red. Hex color #876D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876D4B is #7892B4. Grayscale: #717171. Windows color (decimal): -7901877 or 4943239. OLE color: 4943239.
HSL color Cylindrical-coordinate representation of color #876D4B: hue angle of 34º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #876D4B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 75 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.47 |
| HSL | 34º | 0.29% | 0.41% | - |
| HSV(B) | 34º | 0.44% | 0.53% | - |
| XYZ | 16.73 | 16.6 | 8.98 | - |
| YUV | 112.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 75 | 0 | 0.19 | 0.44 | 0.47 | 34 | 0.29 | 0.41 |
| Hex | 87 | 6D | 4B | 0 | 13 | 2C | 2F | 22 | 1D | 29 |
| Octal | 207 | 155 | 113 | 0 | 23 | 54 | 57 | 42 | 35 | 51 |
| Binary | 10000111 | 1101101 | 1001011 | 0 | 10011 | 101100 | 101111 | 100010 | 11101 | 101001 |
Color Harmonies of #876D4B
Complementary color
Monochromatic Colors of #876D4B
Black with #876D4B
Text Example
Text Example
White with #876D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D4B; }
p { color: rgb(135,109,75); }
H1.HeaderClassName
{
color: #876D4B;
}
.AnyTagClassName
{
color: #876D4B;
}
</style>
background-color css
<style>
a { background-color: #876D4B; }
a { background-color: rgb(135,109,75); }
div.DivClassName
{
background-color: #876D4B;
}
.BgClassName
{
background-color: #876D4B;
}
</style>
border-color css
<style>
span { border-color: #876D4B; }
span { border-color: rgb(135,109,75); }
td.TdClassName
{
border-color: #876D4B;
}
.TagClassName
{
border-color: #876D4B;
}
</style>