Shades of Dark Wood #885D40
Tints of Dark Wood #885D40
RGB
CMYK
RGB Variations
Color information
#885D40 (or 0x885D40) is known color: Dark Wood. HEX triplet: 88, 5D and 40. RGB value is (136,93,64). Sum of RGB (Red+Green+Blue) = 136+93+64=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #885D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D40 is #77A2BF. Grayscale: #666666. Windows color (decimal): -7840448 or 4218248. OLE color: 4218248.
HSL color Cylindrical-coordinate representation of color #885D40: hue angle of 24.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885D40 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 64 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.47 |
| HSL | 24.17º | 0.36% | 0.39% | - |
| HSV(B) | 24.17º | 0.53% | 0.53% | - |
| XYZ | 14.99 | 13.43 | 6.65 | - |
| YUV | 102.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 64 | 0 | 0.32 | 0.53 | 0.47 | 24.17 | 0.36 | 0.39 |
| Hex | 88 | 5D | 40 | 0 | 20 | 35 | 2F | 18 | 24 | 27 |
| Octal | 210 | 135 | 100 | 0 | 40 | 65 | 57 | 30 | 44 | 47 |
| Binary | 10001000 | 1011101 | 1000000 | 0 | 100000 | 110101 | 101111 | 11000 | 100100 | 100111 |
Color Harmonies of #885D40
Complementary color
Monochromatic Colors of #885D40
Black with #885D40
Text Example
Text Example
White with #885D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D40; }
p { color: rgb(136,93,64); }
H1.HeaderClassName
{
color: #885D40;
}
.AnyTagClassName
{
color: #885D40;
}
</style>
background-color css
<style>
a { background-color: #885D40; }
a { background-color: rgb(136,93,64); }
div.DivClassName
{
background-color: #885D40;
}
.BgClassName
{
background-color: #885D40;
}
</style>
border-color css
<style>
span { border-color: #885D40; }
span { border-color: rgb(136,93,64); }
td.TdClassName
{
border-color: #885D40;
}
.TagClassName
{
border-color: #885D40;
}
</style>