Shades of Dark Wood #895F40
Tints of Dark Wood #895F40
RGB
CMYK
RGB Variations
Color information
#895F40 (or 0x895F40) is known color: Dark Wood. HEX triplet: 89, 5F and 40. RGB value is (137,95,64). Sum of RGB (Red+Green+Blue) = 137+95+64=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #895F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F40 is #76A0BF. Grayscale: #686868. Windows color (decimal): -7774400 or 4218761. OLE color: 4218761.
HSL color Cylindrical-coordinate representation of color #895F40: hue angle of 25.48º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895F40 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 95 | 64 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.46 |
| HSL | 25.48º | 0.36% | 0.39% | - |
| HSV(B) | 25.48º | 0.53% | 0.54% | - |
| XYZ | 15.33 | 13.87 | 6.72 | - |
| YUV | 104.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 64 | 0 | 0.31 | 0.53 | 0.46 | 25.48 | 0.36 | 0.39 |
| Hex | 89 | 5F | 40 | 0 | 1F | 35 | 2E | 19 | 24 | 27 |
| Octal | 211 | 137 | 100 | 0 | 37 | 65 | 56 | 31 | 44 | 47 |
| Binary | 10001001 | 1011111 | 1000000 | 0 | 11111 | 110101 | 101110 | 11001 | 100100 | 100111 |
Color Harmonies of #895F40
Complementary color
Monochromatic Colors of #895F40
Black with #895F40
Text Example
Text Example
White with #895F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895F40; }
p { color: rgb(137,95,64); }
H1.HeaderClassName
{
color: #895F40;
}
.AnyTagClassName
{
color: #895F40;
}
</style>
background-color css
<style>
a { background-color: #895F40; }
a { background-color: rgb(137,95,64); }
div.DivClassName
{
background-color: #895F40;
}
.BgClassName
{
background-color: #895F40;
}
</style>
border-color css
<style>
span { border-color: #895F40; }
span { border-color: rgb(137,95,64); }
td.TdClassName
{
border-color: #895F40;
}
.TagClassName
{
border-color: #895F40;
}
</style>