Shades of Light Wood #805958
Tints of Light Wood #805958
RGB
CMYK
RGB Variations
Color information
#805958 (or 0x805958) is known color: Light Wood. HEX triplet: 80, 59 and 58. RGB value is (128,89,88). Sum of RGB (Red+Green+Blue) = 128+89+88=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #805958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805958 is #7FA6A7. Grayscale: #646464. Windows color (decimal): -8365736 or 5790080. OLE color: 5790080.
HSL color Cylindrical-coordinate representation of color #805958: hue angle of 1.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805958 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 89 | 88 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.50 |
| HSL | 1.5º | 0.19% | 0.42% | - |
| HSV(B) | 1.5º | 0.31% | 0.5% | - |
| XYZ | 14.24 | 12.44 | 10.88 | - |
| YUV | 100.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 88 | 0 | 0.30 | 0.31 | 0.50 | 1.5 | 0.19 | 0.42 |
| Hex | 80 | 59 | 58 | 0 | 1E | 1F | 32 | 2 | 13 | 2A |
| Octal | 200 | 131 | 130 | 0 | 36 | 37 | 62 | 2 | 23 | 52 |
| Binary | 10000000 | 1011001 | 1011000 | 0 | 11110 | 11111 | 110010 | 10 | 10011 | 101010 |
Color Harmonies of #805958
Complementary color
Monochromatic Colors of #805958
Black with #805958
Text Example
Text Example
White with #805958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805958; }
p { color: rgb(128,89,88); }
H1.HeaderClassName
{
color: #805958;
}
.AnyTagClassName
{
color: #805958;
}
</style>
background-color css
<style>
a { background-color: #805958; }
a { background-color: rgb(128,89,88); }
div.DivClassName
{
background-color: #805958;
}
.BgClassName
{
background-color: #805958;
}
</style>
border-color css
<style>
span { border-color: #805958; }
span { border-color: rgb(128,89,88); }
td.TdClassName
{
border-color: #805958;
}
.TagClassName
{
border-color: #805958;
}
</style>