Shades of Dark Wood #875C44
Tints of Dark Wood #875C44
RGB
CMYK
RGB Variations
Color information
#875C44 (or 0x875C44) is known color: Dark Wood. HEX triplet: 87, 5C and 44. RGB value is (135,92,68). Sum of RGB (Red+Green+Blue) = 135+92+68=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #875C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C44 is #78A3BB. Grayscale: #666666. Windows color (decimal): -7906236 or 4480135. OLE color: 4480135.
HSL color Cylindrical-coordinate representation of color #875C44: hue angle of 21.49º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875C44 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 68 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.47 |
| HSL | 21.49º | 0.33% | 0.4% | - |
| HSV(B) | 21.49º | 0.5% | 0.53% | - |
| XYZ | 14.86 | 13.22 | 7.24 | - |
| YUV | 102.12 | 108.75 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 68 | 0 | 0.32 | 0.50 | 0.47 | 21.49 | 0.33 | 0.4 |
| Hex | 87 | 5C | 44 | 0 | 20 | 32 | 2F | 15 | 21 | 28 |
| Octal | 207 | 134 | 104 | 0 | 40 | 62 | 57 | 25 | 41 | 50 |
| Binary | 10000111 | 1011100 | 1000100 | 0 | 100000 | 110010 | 101111 | 10101 | 100001 | 101000 |
Color Harmonies of #875C44
Complementary color
Monochromatic Colors of #875C44
Black with #875C44
Text Example
Text Example
White with #875C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C44; }
p { color: rgb(135,92,68); }
H1.HeaderClassName
{
color: #875C44;
}
.AnyTagClassName
{
color: #875C44;
}
</style>
background-color css
<style>
a { background-color: #875C44; }
a { background-color: rgb(135,92,68); }
div.DivClassName
{
background-color: #875C44;
}
.BgClassName
{
background-color: #875C44;
}
</style>
border-color css
<style>
span { border-color: #875C44; }
span { border-color: rgb(135,92,68); }
td.TdClassName
{
border-color: #875C44;
}
.TagClassName
{
border-color: #875C44;
}
</style>