Shades of Dark Wood #8D6447
Tints of Dark Wood #8D6447
RGB
CMYK
RGB Variations
Color information
#8D6447 (or 0x8D6447) is known color: Dark Wood. HEX triplet: 8D, 64 and 47. RGB value is (141,100,71). Sum of RGB (Red+Green+Blue) = 141+100+71=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6447 is #729BB8. Grayscale: #6D6D6D. Windows color (decimal): -7510969 or 4678797. OLE color: 4678797.
HSL color Cylindrical-coordinate representation of color #8D6447: hue angle of 24.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6447 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 71 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.45 |
| HSL | 24.86º | 0.33% | 0.42% | - |
| HSV(B) | 24.86º | 0.5% | 0.55% | - |
| XYZ | 16.68 | 15.23 | 8.02 | - |
| YUV | 108.95 | 106.58 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 71 | 0 | 0.29 | 0.50 | 0.45 | 24.86 | 0.33 | 0.42 |
| Hex | 8D | 64 | 47 | 0 | 1D | 32 | 2D | 19 | 21 | 2A |
| Octal | 215 | 144 | 107 | 0 | 35 | 62 | 55 | 31 | 41 | 52 |
| Binary | 10001101 | 1100100 | 1000111 | 0 | 11101 | 110010 | 101101 | 11001 | 100001 | 101010 |
Color Harmonies of #8D6447
Complementary color
Monochromatic Colors of #8D6447
Black with #8D6447
Text Example
Text Example
White with #8D6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6447; }
p { color: rgb(141,100,71); }
H1.HeaderClassName
{
color: #8D6447;
}
.AnyTagClassName
{
color: #8D6447;
}
</style>
background-color css
<style>
a { background-color: #8D6447; }
a { background-color: rgb(141,100,71); }
div.DivClassName
{
background-color: #8D6447;
}
.BgClassName
{
background-color: #8D6447;
}
</style>
border-color css
<style>
span { border-color: #8D6447; }
span { border-color: rgb(141,100,71); }
td.TdClassName
{
border-color: #8D6447;
}
.TagClassName
{
border-color: #8D6447;
}
</style>