Shades of Dark Wood #885E43
Tints of Dark Wood #885E43
RGB
CMYK
RGB Variations
Color information
#885E43 (or 0x885E43) is known color: Dark Wood. HEX triplet: 88, 5E and 43. RGB value is (136,94,67). Sum of RGB (Red+Green+Blue) = 136+94+67=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #885E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E43 is #77A1BC. Grayscale: #676767. Windows color (decimal): -7840189 or 4415112. OLE color: 4415112.
HSL color Cylindrical-coordinate representation of color #885E43: hue angle of 23.48º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885E43 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 67 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.47 |
| HSL | 23.48º | 0.34% | 0.4% | - |
| HSV(B) | 23.48º | 0.51% | 0.53% | - |
| XYZ | 15.17 | 13.64 | 7.14 | - |
| YUV | 103.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 67 | 0 | 0.31 | 0.51 | 0.47 | 23.48 | 0.34 | 0.4 |
| Hex | 88 | 5E | 43 | 0 | 1F | 33 | 2F | 17 | 22 | 28 |
| Octal | 210 | 136 | 103 | 0 | 37 | 63 | 57 | 27 | 42 | 50 |
| Binary | 10001000 | 1011110 | 1000011 | 0 | 11111 | 110011 | 101111 | 10111 | 100010 | 101000 |
Color Harmonies of #885E43
Complementary color
Monochromatic Colors of #885E43
Black with #885E43
Text Example
Text Example
White with #885E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E43; }
p { color: rgb(136,94,67); }
H1.HeaderClassName
{
color: #885E43;
}
.AnyTagClassName
{
color: #885E43;
}
</style>
background-color css
<style>
a { background-color: #885E43; }
a { background-color: rgb(136,94,67); }
div.DivClassName
{
background-color: #885E43;
}
.BgClassName
{
background-color: #885E43;
}
</style>
border-color css
<style>
span { border-color: #885E43; }
span { border-color: rgb(136,94,67); }
td.TdClassName
{
border-color: #885E43;
}
.TagClassName
{
border-color: #885E43;
}
</style>