Shades of Dark Wood #876442
Tints of Dark Wood #876442
RGB
CMYK
RGB Variations
Color information
#876442 (or 0x876442) is known color: Dark Wood. HEX triplet: 87, 64 and 42. RGB value is (135,100,66). Sum of RGB (Red+Green+Blue) = 135+100+66=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #876442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876442 is #789BBD. Grayscale: #6A6A6A. Windows color (decimal): -7904190 or 4351111. OLE color: 4351111.
HSL color Cylindrical-coordinate representation of color #876442: hue angle of 29.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #876442 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 66 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.47 |
| HSL | 29.57º | 0.34% | 0.39% | - |
| HSV(B) | 29.57º | 0.51% | 0.53% | - |
| XYZ | 15.53 | 14.66 | 7.17 | - |
| YUV | 106.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 66 | 0 | 0.26 | 0.51 | 0.47 | 29.57 | 0.34 | 0.39 |
| Hex | 87 | 64 | 42 | 0 | 1A | 33 | 2F | 1E | 22 | 27 |
| Octal | 207 | 144 | 102 | 0 | 32 | 63 | 57 | 36 | 42 | 47 |
| Binary | 10000111 | 1100100 | 1000010 | 0 | 11010 | 110011 | 101111 | 11110 | 100010 | 100111 |
Color Harmonies of #876442
Complementary color
Monochromatic Colors of #876442
Black with #876442
Text Example
Text Example
White with #876442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876442; }
p { color: rgb(135,100,66); }
H1.HeaderClassName
{
color: #876442;
}
.AnyTagClassName
{
color: #876442;
}
</style>
background-color css
<style>
a { background-color: #876442; }
a { background-color: rgb(135,100,66); }
div.DivClassName
{
background-color: #876442;
}
.BgClassName
{
background-color: #876442;
}
</style>
border-color css
<style>
span { border-color: #876442; }
span { border-color: rgb(135,100,66); }
td.TdClassName
{
border-color: #876442;
}
.TagClassName
{
border-color: #876442;
}
</style>