Shades of Dark Wood #805E42
Tints of Dark Wood #805E42
RGB
CMYK
RGB Variations
Color information
#805E42 (or 0x805E42) is known color: Dark Wood. HEX triplet: 80, 5E and 42. RGB value is (128,94,66). Sum of RGB (Red+Green+Blue) = 128+94+66=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #805E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E42 is #7FA1BD. Grayscale: #656565. Windows color (decimal): -8364478 or 4349568. OLE color: 4349568.
HSL color Cylindrical-coordinate representation of color #805E42: hue angle of 27.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #805E42 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 66 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.50 |
| HSL | 27.1º | 0.32% | 0.38% | - |
| HSV(B) | 27.1º | 0.48% | 0.5% | - |
| XYZ | 13.89 | 12.99 | 6.93 | - |
| YUV | 100.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 66 | 0 | 0.27 | 0.48 | 0.50 | 27.1 | 0.32 | 0.38 |
| Hex | 80 | 5E | 42 | 0 | 1B | 30 | 32 | 1B | 20 | 26 |
| Octal | 200 | 136 | 102 | 0 | 33 | 60 | 62 | 33 | 40 | 46 |
| Binary | 10000000 | 1011110 | 1000010 | 0 | 11011 | 110000 | 110010 | 11011 | 100000 | 100110 |
Color Harmonies of #805E42
Complementary color
Monochromatic Colors of #805E42
Black with #805E42
Text Example
Text Example
White with #805E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E42; }
p { color: rgb(128,94,66); }
H1.HeaderClassName
{
color: #805E42;
}
.AnyTagClassName
{
color: #805E42;
}
</style>
background-color css
<style>
a { background-color: #805E42; }
a { background-color: rgb(128,94,66); }
div.DivClassName
{
background-color: #805E42;
}
.BgClassName
{
background-color: #805E42;
}
</style>
border-color css
<style>
span { border-color: #805E42; }
span { border-color: rgb(128,94,66); }
td.TdClassName
{
border-color: #805E42;
}
.TagClassName
{
border-color: #805E42;
}
</style>