Shades of Light Wood #805A59
Tints of Light Wood #805A59
RGB
CMYK
RGB Variations
Color information
#805A59 (or 0x805A59) is known color: Light Wood. HEX triplet: 80, 5A and 59. RGB value is (128,90,89). Sum of RGB (Red+Green+Blue) = 128+90+89=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #805A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805A59 is #7FA5A6. Grayscale: #656565. Windows color (decimal): -8365479 or 5855872. OLE color: 5855872.
HSL color Cylindrical-coordinate representation of color #805A59: hue angle of 1.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805A59 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 89 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.50 |
| HSL | 1.54º | 0.18% | 0.43% | - |
| HSV(B) | 1.54º | 0.3% | 0.5% | - |
| XYZ | 14.36 | 12.62 | 11.13 | - |
| YUV | 101.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 89 | 0 | 0.30 | 0.30 | 0.50 | 1.54 | 0.18 | 0.43 |
| Hex | 80 | 5A | 59 | 0 | 1E | 1E | 32 | 2 | 12 | 2B |
| Octal | 200 | 132 | 131 | 0 | 36 | 36 | 62 | 2 | 22 | 53 |
| Binary | 10000000 | 1011010 | 1011001 | 0 | 11110 | 11110 | 110010 | 10 | 10010 | 101011 |
Color Harmonies of #805A59
Complementary color
Monochromatic Colors of #805A59
Black with #805A59
Text Example
Text Example
White with #805A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A59; }
p { color: rgb(128,90,89); }
H1.HeaderClassName
{
color: #805A59;
}
.AnyTagClassName
{
color: #805A59;
}
</style>
background-color css
<style>
a { background-color: #805A59; }
a { background-color: rgb(128,90,89); }
div.DivClassName
{
background-color: #805A59;
}
.BgClassName
{
background-color: #805A59;
}
</style>
border-color css
<style>
span { border-color: #805A59; }
span { border-color: rgb(128,90,89); }
td.TdClassName
{
border-color: #805A59;
}
.TagClassName
{
border-color: #805A59;
}
</style>