Shades of Dark Wood #895C43
Tints of Dark Wood #895C43
RGB
CMYK
RGB Variations
Color information
#895C43 (or 0x895C43) is known color: Dark Wood. HEX triplet: 89, 5C and 43. RGB value is (137,92,67). Sum of RGB (Red+Green+Blue) = 137+92+67=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #895C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C43 is #76A3BC. Grayscale: #666666. Windows color (decimal): -7775165 or 4414601. OLE color: 4414601.
HSL color Cylindrical-coordinate representation of color #895C43: hue angle of 21.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #895C43 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 67 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.46 |
| HSL | 21.43º | 0.34% | 0.4% | - |
| HSV(B) | 21.43º | 0.51% | 0.54% | - |
| XYZ | 15.16 | 13.38 | 7.09 | - |
| YUV | 102.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 67 | 0 | 0.33 | 0.51 | 0.46 | 21.43 | 0.34 | 0.4 |
| Hex | 89 | 5C | 43 | 0 | 21 | 33 | 2E | 15 | 22 | 28 |
| Octal | 211 | 134 | 103 | 0 | 41 | 63 | 56 | 25 | 42 | 50 |
| Binary | 10001001 | 1011100 | 1000011 | 0 | 100001 | 110011 | 101110 | 10101 | 100010 | 101000 |
Color Harmonies of #895C43
Complementary color
Monochromatic Colors of #895C43
Black with #895C43
Text Example
Text Example
White with #895C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C43; }
p { color: rgb(137,92,67); }
H1.HeaderClassName
{
color: #895C43;
}
.AnyTagClassName
{
color: #895C43;
}
</style>
background-color css
<style>
a { background-color: #895C43; }
a { background-color: rgb(137,92,67); }
div.DivClassName
{
background-color: #895C43;
}
.BgClassName
{
background-color: #895C43;
}
</style>
border-color css
<style>
span { border-color: #895C43; }
span { border-color: rgb(137,92,67); }
td.TdClassName
{
border-color: #895C43;
}
.TagClassName
{
border-color: #895C43;
}
</style>