Shades of Dark Wood #8A5E42
Tints of Dark Wood #8A5E42
RGB
CMYK
RGB Variations
Color information
#8A5E42 (or 0x8A5E42) is known color: Dark Wood. HEX triplet: 8A, 5E and 42. RGB value is (138,94,66). Sum of RGB (Red+Green+Blue) = 138+94+66=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E42 is #75A1BD. Grayscale: #686868. Windows color (decimal): -7709118 or 4349578. OLE color: 4349578.
HSL color Cylindrical-coordinate representation of color #8A5E42: hue angle of 23.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A5E42 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 66 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.46 |
| HSL | 23.33º | 0.35% | 0.4% | - |
| HSV(B) | 23.33º | 0.52% | 0.54% | - |
| XYZ | 15.47 | 13.8 | 7 | - |
| YUV | 103.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 66 | 0 | 0.32 | 0.52 | 0.46 | 23.33 | 0.35 | 0.4 |
| Hex | 8A | 5E | 42 | 0 | 20 | 34 | 2E | 17 | 23 | 28 |
| Octal | 212 | 136 | 102 | 0 | 40 | 64 | 56 | 27 | 43 | 50 |
| Binary | 10001010 | 1011110 | 1000010 | 0 | 100000 | 110100 | 101110 | 10111 | 100011 | 101000 |
Color Harmonies of #8A5E42
Complementary color
Monochromatic Colors of #8A5E42
Black with #8A5E42
Text Example
Text Example
White with #8A5E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E42; }
p { color: rgb(138,94,66); }
H1.HeaderClassName
{
color: #8A5E42;
}
.AnyTagClassName
{
color: #8A5E42;
}
</style>
background-color css
<style>
a { background-color: #8A5E42; }
a { background-color: rgb(138,94,66); }
div.DivClassName
{
background-color: #8A5E42;
}
.BgClassName
{
background-color: #8A5E42;
}
</style>
border-color css
<style>
span { border-color: #8A5E42; }
span { border-color: rgb(138,94,66); }
td.TdClassName
{
border-color: #8A5E42;
}
.TagClassName
{
border-color: #8A5E42;
}
</style>