Shades of Dark Wood #876245
Tints of Dark Wood #876245
RGB
CMYK
RGB Variations
Color information
#876245 (or 0x876245) is known color: Dark Wood. HEX triplet: 87, 62 and 45. RGB value is (135,98,69). Sum of RGB (Red+Green+Blue) = 135+98+69=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #876245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876245 is #789DBA. Grayscale: #696969. Windows color (decimal): -7904699 or 4547207. OLE color: 4547207.
HSL color Cylindrical-coordinate representation of color #876245: hue angle of 26.36º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876245 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 69 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.47 |
| HSL | 26.36º | 0.32% | 0.4% | - |
| HSV(B) | 26.36º | 0.49% | 0.53% | - |
| XYZ | 15.43 | 14.32 | 7.58 | - |
| YUV | 105.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 69 | 0 | 0.27 | 0.49 | 0.47 | 26.36 | 0.32 | 0.4 |
| Hex | 87 | 62 | 45 | 0 | 1B | 31 | 2F | 1A | 20 | 28 |
| Octal | 207 | 142 | 105 | 0 | 33 | 61 | 57 | 32 | 40 | 50 |
| Binary | 10000111 | 1100010 | 1000101 | 0 | 11011 | 110001 | 101111 | 11010 | 100000 | 101000 |
Color Harmonies of #876245
Complementary color
Monochromatic Colors of #876245
Black with #876245
Text Example
Text Example
White with #876245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876245; }
p { color: rgb(135,98,69); }
H1.HeaderClassName
{
color: #876245;
}
.AnyTagClassName
{
color: #876245;
}
</style>
background-color css
<style>
a { background-color: #876245; }
a { background-color: rgb(135,98,69); }
div.DivClassName
{
background-color: #876245;
}
.BgClassName
{
background-color: #876245;
}
</style>
border-color css
<style>
span { border-color: #876245; }
span { border-color: rgb(135,98,69); }
td.TdClassName
{
border-color: #876245;
}
.TagClassName
{
border-color: #876245;
}
</style>