Shades of Dark Wood #875D46
Tints of Dark Wood #875D46
RGB
CMYK
RGB Variations
Color information
#875D46 (or 0x875D46) is known color: Dark Wood. HEX triplet: 87, 5D and 46. RGB value is (135,93,70). Sum of RGB (Red+Green+Blue) = 135+93+70=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D46 is #78A2B9. Grayscale: #676767. Windows color (decimal): -7905978 or 4611463. OLE color: 4611463.
HSL color Cylindrical-coordinate representation of color #875D46: hue angle of 21.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875D46 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 70 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.47 |
| HSL | 21.23º | 0.32% | 0.4% | - |
| HSV(B) | 21.23º | 0.48% | 0.53% | - |
| XYZ | 15.01 | 13.42 | 7.59 | - |
| YUV | 102.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 70 | 0 | 0.31 | 0.48 | 0.47 | 21.23 | 0.32 | 0.4 |
| Hex | 87 | 5D | 46 | 0 | 1F | 30 | 2F | 15 | 20 | 28 |
| Octal | 207 | 135 | 106 | 0 | 37 | 60 | 57 | 25 | 40 | 50 |
| Binary | 10000111 | 1011101 | 1000110 | 0 | 11111 | 110000 | 101111 | 10101 | 100000 | 101000 |
Color Harmonies of #875D46
Complementary color
Monochromatic Colors of #875D46
Black with #875D46
Text Example
Text Example
White with #875D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D46; }
p { color: rgb(135,93,70); }
H1.HeaderClassName
{
color: #875D46;
}
.AnyTagClassName
{
color: #875D46;
}
</style>
background-color css
<style>
a { background-color: #875D46; }
a { background-color: rgb(135,93,70); }
div.DivClassName
{
background-color: #875D46;
}
.BgClassName
{
background-color: #875D46;
}
</style>
border-color css
<style>
span { border-color: #875D46; }
span { border-color: rgb(135,93,70); }
td.TdClassName
{
border-color: #875D46;
}
.TagClassName
{
border-color: #875D46;
}
</style>