Shades of Light Wood #805E5E
Tints of Light Wood #805E5E
RGB
CMYK
RGB Variations
Color information
#805E5E (or 0x805E5E) is known color: Light Wood. HEX triplet: 80, 5E and 5E. RGB value is (128,94,94). Sum of RGB (Red+Green+Blue) = 128+94+94=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #805E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E5E is #7FA1A1. Grayscale: #686868. Windows color (decimal): -8364450 or 6184576. OLE color: 6184576.
HSL color Cylindrical-coordinate representation of color #805E5E: hue angle of 0º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E5E is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 94 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.50 |
| HSL | 0º | 0.15% | 0.44% | - |
| HSV(B) | 0º | 0.27% | 0.5% | - |
| XYZ | 14.93 | 13.4 | 12.39 | - |
| YUV | 104.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 94 | 0 | 0.27 | 0.27 | 0.50 | 0 | 0.15 | 0.44 |
| Hex | 80 | 5E | 5E | 0 | 1B | 1B | 32 | 0 | F | 2C |
| Octal | 200 | 136 | 136 | 0 | 33 | 33 | 62 | 0 | 17 | 54 |
| Binary | 10000000 | 1011110 | 1011110 | 0 | 11011 | 11011 | 110010 | 0 | 1111 | 101100 |
Color Harmonies of #805E5E
Complementary color
Monochromatic Colors of #805E5E
Black with #805E5E
Text Example
Text Example
White with #805E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E5E; }
p { color: rgb(128,94,94); }
H1.HeaderClassName
{
color: #805E5E;
}
.AnyTagClassName
{
color: #805E5E;
}
</style>
background-color css
<style>
a { background-color: #805E5E; }
a { background-color: rgb(128,94,94); }
div.DivClassName
{
background-color: #805E5E;
}
.BgClassName
{
background-color: #805E5E;
}
</style>
border-color css
<style>
span { border-color: #805E5E; }
span { border-color: rgb(128,94,94); }
td.TdClassName
{
border-color: #805E5E;
}
.TagClassName
{
border-color: #805E5E;
}
</style>