Shades of Dark Wood #805F40
Tints of Dark Wood #805F40
RGB
CMYK
RGB Variations
Color information
#805F40 (or 0x805F40) is known color: Dark Wood. HEX triplet: 80, 5F and 40. RGB value is (128,95,64). Sum of RGB (Red+Green+Blue) = 128+95+64=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #805F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F40 is #7FA0BF. Grayscale: #656565. Windows color (decimal): -8364224 or 4218752. OLE color: 4218752.
HSL color Cylindrical-coordinate representation of color #805F40: hue angle of 29.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805F40 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 64 | - |
| CMYK | 0 | 0.26 | 0.5 | 0.50 |
| HSL | 29.06º | 0.33% | 0.38% | - |
| HSV(B) | 29.06º | 0.5% | 0.5% | - |
| XYZ | 13.92 | 13.14 | 6.65 | - |
| YUV | 101.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 64 | 0 | 0.26 | 0.5 | 0.50 | 29.06 | 0.33 | 0.38 |
| Hex | 80 | 5F | 40 | 0 | 1A | 32 | 32 | 1D | 21 | 26 |
| Octal | 200 | 137 | 100 | 0 | 32 | 62 | 62 | 35 | 41 | 46 |
| Binary | 10000000 | 1011111 | 1000000 | 0 | 11010 | 110010 | 110010 | 11101 | 100001 | 100110 |
Color Harmonies of #805F40
Complementary color
Monochromatic Colors of #805F40
Black with #805F40
Text Example
Text Example
White with #805F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F40; }
p { color: rgb(128,95,64); }
H1.HeaderClassName
{
color: #805F40;
}
.AnyTagClassName
{
color: #805F40;
}
</style>
background-color css
<style>
a { background-color: #805F40; }
a { background-color: rgb(128,95,64); }
div.DivClassName
{
background-color: #805F40;
}
.BgClassName
{
background-color: #805F40;
}
</style>
border-color css
<style>
span { border-color: #805F40; }
span { border-color: rgb(128,95,64); }
td.TdClassName
{
border-color: #805F40;
}
.TagClassName
{
border-color: #805F40;
}
</style>