Shades of Light Wood #855F5E
Tints of Light Wood #855F5E
RGB
CMYK
RGB Variations
Color information
#855F5E (or 0x855F5E) is known color: Light Wood. HEX triplet: 85, 5F and 5E. RGB value is (133,95,94). Sum of RGB (Red+Green+Blue) = 133+95+94=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #855F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F5E is #7AA0A1. Grayscale: #6A6A6A. Windows color (decimal): -8036514 or 6184837. OLE color: 6184837.
HSL color Cylindrical-coordinate representation of color #855F5E: hue angle of 1.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855F5E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 94 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.48 |
| HSL | 1.54º | 0.17% | 0.45% | - |
| HSV(B) | 1.54º | 0.29% | 0.52% | - |
| XYZ | 15.79 | 13.98 | 12.46 | - |
| YUV | 106.25 | 121.09 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 94 | 0 | 0.29 | 0.29 | 0.48 | 1.54 | 0.17 | 0.45 |
| Hex | 85 | 5F | 5E | 0 | 1D | 1D | 30 | 2 | 11 | 2D |
| Octal | 205 | 137 | 136 | 0 | 35 | 35 | 60 | 2 | 21 | 55 |
| Binary | 10000101 | 1011111 | 1011110 | 0 | 11101 | 11101 | 110000 | 10 | 10001 | 101101 |
Color Harmonies of #855F5E
Complementary color
Monochromatic Colors of #855F5E
Black with #855F5E
Text Example
Text Example
White with #855F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F5E; }
p { color: rgb(133,95,94); }
H1.HeaderClassName
{
color: #855F5E;
}
.AnyTagClassName
{
color: #855F5E;
}
</style>
background-color css
<style>
a { background-color: #855F5E; }
a { background-color: rgb(133,95,94); }
div.DivClassName
{
background-color: #855F5E;
}
.BgClassName
{
background-color: #855F5E;
}
</style>
border-color css
<style>
span { border-color: #855F5E; }
span { border-color: rgb(133,95,94); }
td.TdClassName
{
border-color: #855F5E;
}
.TagClassName
{
border-color: #855F5E;
}
</style>