Shades of Dark Wood #8A5D45
Tints of Dark Wood #8A5D45
RGB
CMYK
RGB Variations
Color information
#8A5D45 (or 0x8A5D45) is known color: Dark Wood. HEX triplet: 8A, 5D and 45. RGB value is (138,93,69). Sum of RGB (Red+Green+Blue) = 138+93+69=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D45 is #75A2BA. Grayscale: #676767. Windows color (decimal): -7709371 or 4545930. OLE color: 4545930.
HSL color Cylindrical-coordinate representation of color #8A5D45: hue angle of 20.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A5D45 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 93 | 69 | - |
| CMYK | 0 | 0.33 | 0.5 | 0.46 |
| HSL | 20.87º | 0.33% | 0.41% | - |
| HSV(B) | 20.87º | 0.5% | 0.54% | - |
| XYZ | 15.47 | 13.66 | 7.45 | - |
| YUV | 103.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 93 | 69 | 0 | 0.33 | 0.5 | 0.46 | 20.87 | 0.33 | 0.41 |
| Hex | 8A | 5D | 45 | 0 | 21 | 32 | 2E | 15 | 21 | 29 |
| Octal | 212 | 135 | 105 | 0 | 41 | 62 | 56 | 25 | 41 | 51 |
| Binary | 10001010 | 1011101 | 1000101 | 0 | 100001 | 110010 | 101110 | 10101 | 100001 | 101001 |
Color Harmonies of #8A5D45
Complementary color
Monochromatic Colors of #8A5D45
Black with #8A5D45
Text Example
Text Example
White with #8A5D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5D45; }
p { color: rgb(138,93,69); }
H1.HeaderClassName
{
color: #8A5D45;
}
.AnyTagClassName
{
color: #8A5D45;
}
</style>
background-color css
<style>
a { background-color: #8A5D45; }
a { background-color: rgb(138,93,69); }
div.DivClassName
{
background-color: #8A5D45;
}
.BgClassName
{
background-color: #8A5D45;
}
</style>
border-color css
<style>
span { border-color: #8A5D45; }
span { border-color: rgb(138,93,69); }
td.TdClassName
{
border-color: #8A5D45;
}
.TagClassName
{
border-color: #8A5D45;
}
</style>