Shades of Light Wood #805858
Tints of Light Wood #805858
RGB
CMYK
RGB Variations
Color information
#805858 (or 0x805858) is known color: Light Wood. HEX triplet: 80, 58 and 58. RGB value is (128,88,88). Sum of RGB (Red+Green+Blue) = 128+88+88=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #805858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805858 is #7FA7A7. Grayscale: #646464. Windows color (decimal): -8365992 or 5789824. OLE color: 5789824.
HSL color Cylindrical-coordinate representation of color #805858: hue angle of 0º 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 #805858 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 88 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.50 |
| HSL | 0º | 0.19% | 0.42% | - |
| HSV(B) | 0º | 0.31% | 0.5% | - |
| XYZ | 14.15 | 12.27 | 10.86 | - |
| YUV | 99.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 88 | 0 | 0.31 | 0.31 | 0.50 | 0 | 0.19 | 0.42 |
| Hex | 80 | 58 | 58 | 0 | 1F | 1F | 32 | 0 | 13 | 2A |
| Octal | 200 | 130 | 130 | 0 | 37 | 37 | 62 | 0 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1011000 | 0 | 11111 | 11111 | 110010 | 0 | 10011 | 101010 |
Color Harmonies of #805858
Complementary color
Monochromatic Colors of #805858
Black with #805858
Text Example
Text Example
White with #805858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805858; }
p { color: rgb(128,88,88); }
H1.HeaderClassName
{
color: #805858;
}
.AnyTagClassName
{
color: #805858;
}
</style>
background-color css
<style>
a { background-color: #805858; }
a { background-color: rgb(128,88,88); }
div.DivClassName
{
background-color: #805858;
}
.BgClassName
{
background-color: #805858;
}
</style>
border-color css
<style>
span { border-color: #805858; }
span { border-color: rgb(128,88,88); }
td.TdClassName
{
border-color: #805858;
}
.TagClassName
{
border-color: #805858;
}
</style>