Shades of Dark Wood #875F45
Tints of Dark Wood #875F45
RGB
CMYK
RGB Variations
Color information
#875F45 (or 0x875F45) is known color: Dark Wood. HEX triplet: 87, 5F and 45. RGB value is (135,95,69). Sum of RGB (Red+Green+Blue) = 135+95+69=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #875F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F45 is #78A0BA. Grayscale: #686868. Windows color (decimal): -7905467 or 4546439. OLE color: 4546439.
HSL color Cylindrical-coordinate representation of color #875F45: hue angle of 23.64º 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 #875F45 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 69 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.47 |
| HSL | 23.64º | 0.32% | 0.4% | - |
| HSV(B) | 23.64º | 0.49% | 0.53% | - |
| XYZ | 15.16 | 13.76 | 7.49 | - |
| YUV | 104 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 69 | 0 | 0.30 | 0.49 | 0.47 | 23.64 | 0.32 | 0.4 |
| Hex | 87 | 5F | 45 | 0 | 1E | 31 | 2F | 18 | 20 | 28 |
| Octal | 207 | 137 | 105 | 0 | 36 | 61 | 57 | 30 | 40 | 50 |
| Binary | 10000111 | 1011111 | 1000101 | 0 | 11110 | 110001 | 101111 | 11000 | 100000 | 101000 |
Color Harmonies of #875F45
Complementary color
Monochromatic Colors of #875F45
Black with #875F45
Text Example
Text Example
White with #875F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F45; }
p { color: rgb(135,95,69); }
H1.HeaderClassName
{
color: #875F45;
}
.AnyTagClassName
{
color: #875F45;
}
</style>
background-color css
<style>
a { background-color: #875F45; }
a { background-color: rgb(135,95,69); }
div.DivClassName
{
background-color: #875F45;
}
.BgClassName
{
background-color: #875F45;
}
</style>
border-color css
<style>
span { border-color: #875F45; }
span { border-color: rgb(135,95,69); }
td.TdClassName
{
border-color: #875F45;
}
.TagClassName
{
border-color: #875F45;
}
</style>