Shades of Dark Wood #875B45
Tints of Dark Wood #875B45
RGB
CMYK
RGB Variations
Color information
#875B45 (or 0x875B45) is known color: Dark Wood. HEX triplet: 87, 5B and 45. RGB value is (135,91,69). Sum of RGB (Red+Green+Blue) = 135+91+69=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #875B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B45 is #78A4BA. Grayscale: #656565. Windows color (decimal): -7906491 or 4545415. OLE color: 4545415.
HSL color Cylindrical-coordinate representation of color #875B45: hue angle of 20º 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 #875B45 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 69 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.47 |
| HSL | 20º | 0.32% | 0.4% | - |
| HSV(B) | 20º | 0.49% | 0.53% | - |
| XYZ | 14.81 | 13.06 | 7.37 | - |
| YUV | 101.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 69 | 0 | 0.33 | 0.49 | 0.47 | 20 | 0.32 | 0.4 |
| Hex | 87 | 5B | 45 | 0 | 21 | 31 | 2F | 14 | 20 | 28 |
| Octal | 207 | 133 | 105 | 0 | 41 | 61 | 57 | 24 | 40 | 50 |
| Binary | 10000111 | 1011011 | 1000101 | 0 | 100001 | 110001 | 101111 | 10100 | 100000 | 101000 |
Color Harmonies of #875B45
Complementary color
Monochromatic Colors of #875B45
Black with #875B45
Text Example
Text Example
White with #875B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B45; }
p { color: rgb(135,91,69); }
H1.HeaderClassName
{
color: #875B45;
}
.AnyTagClassName
{
color: #875B45;
}
</style>
background-color css
<style>
a { background-color: #875B45; }
a { background-color: rgb(135,91,69); }
div.DivClassName
{
background-color: #875B45;
}
.BgClassName
{
background-color: #875B45;
}
</style>
border-color css
<style>
span { border-color: #875B45; }
span { border-color: rgb(135,91,69); }
td.TdClassName
{
border-color: #875B45;
}
.TagClassName
{
border-color: #875B45;
}
</style>