Shades of Dark Wood #875D42
Tints of Dark Wood #875D42
RGB
CMYK
RGB Variations
Color information
#875D42 (or 0x875D42) is known color: Dark Wood. HEX triplet: 87, 5D and 42. RGB value is (135,93,66). Sum of RGB (Red+Green+Blue) = 135+93+66=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #875D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D42 is #78A2BD. Grayscale: #666666. Windows color (decimal): -7905982 or 4349319. OLE color: 4349319.
HSL color Cylindrical-coordinate representation of color #875D42: hue angle of 23.48º 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 #875D42 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 66 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.47 |
| HSL | 23.48º | 0.34% | 0.39% | - |
| HSV(B) | 23.48º | 0.51% | 0.53% | - |
| XYZ | 14.89 | 13.37 | 6.95 | - |
| YUV | 102.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 66 | 0 | 0.31 | 0.51 | 0.47 | 23.48 | 0.34 | 0.39 |
| Hex | 87 | 5D | 42 | 0 | 1F | 33 | 2F | 17 | 22 | 27 |
| Octal | 207 | 135 | 102 | 0 | 37 | 63 | 57 | 27 | 42 | 47 |
| Binary | 10000111 | 1011101 | 1000010 | 0 | 11111 | 110011 | 101111 | 10111 | 100010 | 100111 |
Color Harmonies of #875D42
Complementary color
Monochromatic Colors of #875D42
Black with #875D42
Text Example
Text Example
White with #875D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D42; }
p { color: rgb(135,93,66); }
H1.HeaderClassName
{
color: #875D42;
}
.AnyTagClassName
{
color: #875D42;
}
</style>
background-color css
<style>
a { background-color: #875D42; }
a { background-color: rgb(135,93,66); }
div.DivClassName
{
background-color: #875D42;
}
.BgClassName
{
background-color: #875D42;
}
</style>
border-color css
<style>
span { border-color: #875D42; }
span { border-color: rgb(135,93,66); }
td.TdClassName
{
border-color: #875D42;
}
.TagClassName
{
border-color: #875D42;
}
</style>