Shades of Dark Wood #805F45
Tints of Dark Wood #805F45
RGB
CMYK
RGB Variations
Color information
#805F45 (or 0x805F45) is known color: Dark Wood. HEX triplet: 80, 5F and 45. RGB value is (128,95,69). Sum of RGB (Red+Green+Blue) = 128+95+69=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #805F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F45 is #7FA0BA. Grayscale: #666666. Windows color (decimal): -8364219 or 4546432. OLE color: 4546432.
HSL color Cylindrical-coordinate representation of color #805F45: hue angle of 26.44º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805F45 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 69 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.50 |
| HSL | 26.44º | 0.3% | 0.39% | - |
| HSV(B) | 26.44º | 0.46% | 0.5% | - |
| XYZ | 14.07 | 13.2 | 7.44 | - |
| YUV | 101.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 69 | 0 | 0.26 | 0.46 | 0.50 | 26.44 | 0.3 | 0.39 |
| Hex | 80 | 5F | 45 | 0 | 1A | 2E | 32 | 1A | 1E | 27 |
| Octal | 200 | 137 | 105 | 0 | 32 | 56 | 62 | 32 | 36 | 47 |
| Binary | 10000000 | 1011111 | 1000101 | 0 | 11010 | 101110 | 110010 | 11010 | 11110 | 100111 |
Color Harmonies of #805F45
Complementary color
Monochromatic Colors of #805F45
Black with #805F45
Text Example
Text Example
White with #805F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F45; }
p { color: rgb(128,95,69); }
H1.HeaderClassName
{
color: #805F45;
}
.AnyTagClassName
{
color: #805F45;
}
</style>
background-color css
<style>
a { background-color: #805F45; }
a { background-color: rgb(128,95,69); }
div.DivClassName
{
background-color: #805F45;
}
.BgClassName
{
background-color: #805F45;
}
</style>
border-color css
<style>
span { border-color: #805F45; }
span { border-color: rgb(128,95,69); }
td.TdClassName
{
border-color: #805F45;
}
.TagClassName
{
border-color: #805F45;
}
</style>