Shades of Dark Wood #885E46
Tints of Dark Wood #885E46
RGB
CMYK
RGB Variations
Color information
#885E46 (or 0x885E46) is known color: Dark Wood. HEX triplet: 88, 5E and 46. RGB value is (136,94,70). Sum of RGB (Red+Green+Blue) = 136+94+70=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E46 is #77A1B9. Grayscale: #676767. Windows color (decimal): -7840186 or 4611720. OLE color: 4611720.
HSL color Cylindrical-coordinate representation of color #885E46: hue angle of 21.82º 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 #885E46 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 94 | 70 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.47 |
| HSL | 21.82º | 0.32% | 0.4% | - |
| HSV(B) | 21.82º | 0.49% | 0.53% | - |
| XYZ | 15.26 | 13.68 | 7.63 | - |
| YUV | 103.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 70 | 0 | 0.31 | 0.49 | 0.47 | 21.82 | 0.32 | 0.4 |
| Hex | 88 | 5E | 46 | 0 | 1F | 31 | 2F | 16 | 20 | 28 |
| Octal | 210 | 136 | 106 | 0 | 37 | 61 | 57 | 26 | 40 | 50 |
| Binary | 10001000 | 1011110 | 1000110 | 0 | 11111 | 110001 | 101111 | 10110 | 100000 | 101000 |
Color Harmonies of #885E46
Complementary color
Monochromatic Colors of #885E46
Black with #885E46
Text Example
Text Example
White with #885E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885E46; }
p { color: rgb(136,94,70); }
H1.HeaderClassName
{
color: #885E46;
}
.AnyTagClassName
{
color: #885E46;
}
</style>
background-color css
<style>
a { background-color: #885E46; }
a { background-color: rgb(136,94,70); }
div.DivClassName
{
background-color: #885E46;
}
.BgClassName
{
background-color: #885E46;
}
</style>
border-color css
<style>
span { border-color: #885E46; }
span { border-color: rgb(136,94,70); }
td.TdClassName
{
border-color: #885E46;
}
.TagClassName
{
border-color: #885E46;
}
</style>