Shades of Light Wood #885F5F
Tints of Light Wood #885F5F
RGB
CMYK
RGB Variations
Color information
#885F5F (or 0x885F5F) is known color: Light Wood. HEX triplet: 88, 5F and 5F. RGB value is (136,95,95). Sum of RGB (Red+Green+Blue) = 136+95+95=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #885F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F5F is #77A0A0. Grayscale: #6B6B6B. Windows color (decimal): -7839905 or 6250376. OLE color: 6250376.
HSL color Cylindrical-coordinate representation of color #885F5F: hue angle of 0º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #885F5F is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 95 | 95 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.47 |
| HSL | 0º | 0.18% | 0.45% | - |
| HSV(B) | 0º | 0.3% | 0.53% | - |
| XYZ | 16.31 | 14.24 | 12.72 | - |
| YUV | 107.26 | 121.08 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 95 | 0 | 0.30 | 0.30 | 0.47 | 0 | 0.18 | 0.45 |
| Hex | 88 | 5F | 5F | 0 | 1E | 1E | 2F | 0 | 12 | 2D |
| Octal | 210 | 137 | 137 | 0 | 36 | 36 | 57 | 0 | 22 | 55 |
| Binary | 10001000 | 1011111 | 1011111 | 0 | 11110 | 11110 | 101111 | 0 | 10010 | 101101 |
Color Harmonies of #885F5F
Complementary color
Monochromatic Colors of #885F5F
Black with #885F5F
Text Example
Text Example
White with #885F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F5F; }
p { color: rgb(136,95,95); }
H1.HeaderClassName
{
color: #885F5F;
}
.AnyTagClassName
{
color: #885F5F;
}
</style>
background-color css
<style>
a { background-color: #885F5F; }
a { background-color: rgb(136,95,95); }
div.DivClassName
{
background-color: #885F5F;
}
.BgClassName
{
background-color: #885F5F;
}
</style>
border-color css
<style>
span { border-color: #885F5F; }
span { border-color: rgb(136,95,95); }
td.TdClassName
{
border-color: #885F5F;
}
.TagClassName
{
border-color: #885F5F;
}
</style>