Shades of Dark Wood #805D4A
Tints of Dark Wood #805D4A
RGB
CMYK
RGB Variations
Color information
#805D4A (or 0x805D4A) is known color: Dark Wood. HEX triplet: 80, 5D and 4A. RGB value is (128,93,74). Sum of RGB (Red+Green+Blue) = 128+93+74=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #805D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D4A is #7FA2B5. Grayscale: #656565. Windows color (decimal): -8364726 or 4873600. OLE color: 4873600.
HSL color Cylindrical-coordinate representation of color #805D4A: hue angle of 21.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #805D4A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 74 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.50 |
| HSL | 21.11º | 0.27% | 0.4% | - |
| HSV(B) | 21.11º | 0.42% | 0.5% | - |
| XYZ | 14.05 | 12.91 | 8.23 | - |
| YUV | 101.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 74 | 0 | 0.27 | 0.42 | 0.50 | 21.11 | 0.27 | 0.4 |
| Hex | 80 | 5D | 4A | 0 | 1B | 2A | 32 | 15 | 1B | 28 |
| Octal | 200 | 135 | 112 | 0 | 33 | 52 | 62 | 25 | 33 | 50 |
| Binary | 10000000 | 1011101 | 1001010 | 0 | 11011 | 101010 | 110010 | 10101 | 11011 | 101000 |
Color Harmonies of #805D4A
Complementary color
Monochromatic Colors of #805D4A
Black with #805D4A
Text Example
Text Example
White with #805D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D4A; }
p { color: rgb(128,93,74); }
H1.HeaderClassName
{
color: #805D4A;
}
.AnyTagClassName
{
color: #805D4A;
}
</style>
background-color css
<style>
a { background-color: #805D4A; }
a { background-color: rgb(128,93,74); }
div.DivClassName
{
background-color: #805D4A;
}
.BgClassName
{
background-color: #805D4A;
}
</style>
border-color css
<style>
span { border-color: #805D4A; }
span { border-color: rgb(128,93,74); }
td.TdClassName
{
border-color: #805D4A;
}
.TagClassName
{
border-color: #805D4A;
}
</style>