Shades of Dark Wood #805F43
Tints of Dark Wood #805F43
RGB
CMYK
RGB Variations
Color information
#805F43 (or 0x805F43) is known color: Dark Wood. HEX triplet: 80, 5F and 43. RGB value is (128,95,67). Sum of RGB (Red+Green+Blue) = 128+95+67=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #805F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F43 is #7FA0BC. Grayscale: #656565. Windows color (decimal): -8364221 or 4415360. OLE color: 4415360.
HSL color Cylindrical-coordinate representation of color #805F43: hue angle of 27.54º degrees, saturation: 0.31, 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 #805F43 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 95 | 67 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.50 |
| HSL | 27.54º | 0.31% | 0.38% | - |
| HSV(B) | 27.54º | 0.48% | 0.5% | - |
| XYZ | 14.01 | 13.18 | 7.12 | - |
| YUV | 101.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 67 | 0 | 0.26 | 0.48 | 0.50 | 27.54 | 0.31 | 0.38 |
| Hex | 80 | 5F | 43 | 0 | 1A | 30 | 32 | 1C | 1F | 26 |
| Octal | 200 | 137 | 103 | 0 | 32 | 60 | 62 | 34 | 37 | 46 |
| Binary | 10000000 | 1011111 | 1000011 | 0 | 11010 | 110000 | 110010 | 11100 | 11111 | 100110 |
Color Harmonies of #805F43
Complementary color
Monochromatic Colors of #805F43
Black with #805F43
Text Example
Text Example
White with #805F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F43; }
p { color: rgb(128,95,67); }
H1.HeaderClassName
{
color: #805F43;
}
.AnyTagClassName
{
color: #805F43;
}
</style>
background-color css
<style>
a { background-color: #805F43; }
a { background-color: rgb(128,95,67); }
div.DivClassName
{
background-color: #805F43;
}
.BgClassName
{
background-color: #805F43;
}
</style>
border-color css
<style>
span { border-color: #805F43; }
span { border-color: rgb(128,95,67); }
td.TdClassName
{
border-color: #805F43;
}
.TagClassName
{
border-color: #805F43;
}
</style>