Shades of Dark Wood #8A6247
Tints of Dark Wood #8A6247
RGB
CMYK
RGB Variations
Color information
#8A6247 (or 0x8A6247) is known color: Dark Wood. HEX triplet: 8A, 62 and 47. RGB value is (138,98,71). Sum of RGB (Red+Green+Blue) = 138+98+71=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6247 is #759DB8. Grayscale: #6B6B6B. Windows color (decimal): -7708089 or 4678282. OLE color: 4678282.
HSL color Cylindrical-coordinate representation of color #8A6247: hue angle of 24.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A6247 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 71 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.46 |
| HSL | 24.18º | 0.32% | 0.41% | - |
| HSV(B) | 24.18º | 0.49% | 0.54% | - |
| XYZ | 15.99 | 14.59 | 7.94 | - |
| YUV | 106.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 71 | 0 | 0.29 | 0.49 | 0.46 | 24.18 | 0.32 | 0.41 |
| Hex | 8A | 62 | 47 | 0 | 1D | 31 | 2E | 18 | 20 | 29 |
| Octal | 212 | 142 | 107 | 0 | 35 | 61 | 56 | 30 | 40 | 51 |
| Binary | 10001010 | 1100010 | 1000111 | 0 | 11101 | 110001 | 101110 | 11000 | 100000 | 101001 |
Color Harmonies of #8A6247
Complementary color
Monochromatic Colors of #8A6247
Black with #8A6247
Text Example
Text Example
White with #8A6247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6247; }
p { color: rgb(138,98,71); }
H1.HeaderClassName
{
color: #8A6247;
}
.AnyTagClassName
{
color: #8A6247;
}
</style>
background-color css
<style>
a { background-color: #8A6247; }
a { background-color: rgb(138,98,71); }
div.DivClassName
{
background-color: #8A6247;
}
.BgClassName
{
background-color: #8A6247;
}
</style>
border-color css
<style>
span { border-color: #8A6247; }
span { border-color: rgb(138,98,71); }
td.TdClassName
{
border-color: #8A6247;
}
.TagClassName
{
border-color: #8A6247;
}
</style>