Shades of Dark Wood #885B43
Tints of Dark Wood #885B43
RGB
CMYK
RGB Variations
Color information
#885B43 (or 0x885B43) is known color: Dark Wood. HEX triplet: 88, 5B and 43. RGB value is (136,91,67). Sum of RGB (Red+Green+Blue) = 136+91+67=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #885B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B43 is #77A4BC. Grayscale: #656565. Windows color (decimal): -7840957 or 4414344. OLE color: 4414344.
HSL color Cylindrical-coordinate representation of color #885B43: hue angle of 20.87º 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 #885B43 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 91 | 67 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.47 |
| HSL | 20.87º | 0.34% | 0.4% | - |
| HSV(B) | 20.87º | 0.51% | 0.53% | - |
| XYZ | 14.91 | 13.12 | 7.06 | - |
| YUV | 101.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 67 | 0 | 0.33 | 0.51 | 0.47 | 20.87 | 0.34 | 0.4 |
| Hex | 88 | 5B | 43 | 0 | 21 | 33 | 2F | 15 | 22 | 28 |
| Octal | 210 | 133 | 103 | 0 | 41 | 63 | 57 | 25 | 42 | 50 |
| Binary | 10001000 | 1011011 | 1000011 | 0 | 100001 | 110011 | 101111 | 10101 | 100010 | 101000 |
Color Harmonies of #885B43
Complementary color
Monochromatic Colors of #885B43
Black with #885B43
Text Example
Text Example
White with #885B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885B43; }
p { color: rgb(136,91,67); }
H1.HeaderClassName
{
color: #885B43;
}
.AnyTagClassName
{
color: #885B43;
}
</style>
background-color css
<style>
a { background-color: #885B43; }
a { background-color: rgb(136,91,67); }
div.DivClassName
{
background-color: #885B43;
}
.BgClassName
{
background-color: #885B43;
}
</style>
border-color css
<style>
span { border-color: #885B43; }
span { border-color: rgb(136,91,67); }
td.TdClassName
{
border-color: #885B43;
}
.TagClassName
{
border-color: #885B43;
}
</style>