Shades of Light Wood #805E5D
Tints of Light Wood #805E5D
RGB
CMYK
RGB Variations
Color information
#805E5D (or 0x805E5D) is known color: Light Wood. HEX triplet: 80, 5E and 5D. RGB value is (128,94,93). Sum of RGB (Red+Green+Blue) = 128+94+93=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #805E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E5D is #7FA1A2. Grayscale: #686868. Windows color (decimal): -8364451 or 6119040. OLE color: 6119040.
HSL color Cylindrical-coordinate representation of color #805E5D: hue angle of 1.71º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E5D is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 93 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.50 |
| HSL | 1.71º | 0.16% | 0.43% | - |
| HSV(B) | 1.71º | 0.27% | 0.5% | - |
| XYZ | 14.88 | 13.38 | 12.16 | - |
| YUV | 104.05 | 121.76 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 93 | 0 | 0.27 | 0.27 | 0.50 | 1.71 | 0.16 | 0.43 |
| Hex | 80 | 5E | 5D | 0 | 1B | 1B | 32 | 2 | 10 | 2B |
| Octal | 200 | 136 | 135 | 0 | 33 | 33 | 62 | 2 | 20 | 53 |
| Binary | 10000000 | 1011110 | 1011101 | 0 | 11011 | 11011 | 110010 | 10 | 10000 | 101011 |
Color Harmonies of #805E5D
Complementary color
Monochromatic Colors of #805E5D
Black with #805E5D
Text Example
Text Example
White with #805E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E5D; }
p { color: rgb(128,94,93); }
H1.HeaderClassName
{
color: #805E5D;
}
.AnyTagClassName
{
color: #805E5D;
}
</style>
background-color css
<style>
a { background-color: #805E5D; }
a { background-color: rgb(128,94,93); }
div.DivClassName
{
background-color: #805E5D;
}
.BgClassName
{
background-color: #805E5D;
}
</style>
border-color css
<style>
span { border-color: #805E5D; }
span { border-color: rgb(128,94,93); }
td.TdClassName
{
border-color: #805E5D;
}
.TagClassName
{
border-color: #805E5D;
}
</style>