Shades of Dark Wood #805E46
Tints of Dark Wood #805E46
RGB
CMYK
RGB Variations
Color information
#805E46 (or 0x805E46) is known color: Dark Wood. HEX triplet: 80, 5E and 46. RGB value is (128,94,70). Sum of RGB (Red+Green+Blue) = 128+94+70=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #805E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E46 is #7FA1B9. Grayscale: #656565. Windows color (decimal): -8364474 or 4611712. OLE color: 4611712.
HSL color Cylindrical-coordinate representation of color #805E46: hue angle of 24.83º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805E46 is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 70 | - |
| CMYK | 0 | 0.27 | 0.45 | 0.50 |
| HSL | 24.83º | 0.29% | 0.39% | - |
| HSV(B) | 24.83º | 0.45% | 0.5% | - |
| XYZ | 14.01 | 13.04 | 7.57 | - |
| YUV | 101.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 70 | 0 | 0.27 | 0.45 | 0.50 | 24.83 | 0.29 | 0.39 |
| Hex | 80 | 5E | 46 | 0 | 1B | 2D | 32 | 19 | 1D | 27 |
| Octal | 200 | 136 | 106 | 0 | 33 | 55 | 62 | 31 | 35 | 47 |
| Binary | 10000000 | 1011110 | 1000110 | 0 | 11011 | 101101 | 110010 | 11001 | 11101 | 100111 |
Color Harmonies of #805E46
Complementary color
Monochromatic Colors of #805E46
Black with #805E46
Text Example
Text Example
White with #805E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E46; }
p { color: rgb(128,94,70); }
H1.HeaderClassName
{
color: #805E46;
}
.AnyTagClassName
{
color: #805E46;
}
</style>
background-color css
<style>
a { background-color: #805E46; }
a { background-color: rgb(128,94,70); }
div.DivClassName
{
background-color: #805E46;
}
.BgClassName
{
background-color: #805E46;
}
</style>
border-color css
<style>
span { border-color: #805E46; }
span { border-color: rgb(128,94,70); }
td.TdClassName
{
border-color: #805E46;
}
.TagClassName
{
border-color: #805E46;
}
</style>