Shades of Light Wood #855F5D
Tints of Light Wood #855F5D
RGB
CMYK
RGB Variations
Color information
#855F5D (or 0x855F5D) is known color: Light Wood. HEX triplet: 85, 5F and 5D. RGB value is (133,95,93). Sum of RGB (Red+Green+Blue) = 133+95+93=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #855F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855F5D is #7AA0A2. Grayscale: #6A6A6A. Windows color (decimal): -8036515 or 6119301. OLE color: 6119301.
HSL color Cylindrical-coordinate representation of color #855F5D: hue angle of 3º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #855F5D is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 95 | 93 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.48 |
| HSL | 3º | 0.18% | 0.44% | - |
| HSV(B) | 3º | 0.3% | 0.52% | - |
| XYZ | 15.74 | 13.96 | 12.22 | - |
| YUV | 106.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 95 | 93 | 0 | 0.29 | 0.30 | 0.48 | 3 | 0.18 | 0.44 |
| Hex | 85 | 5F | 5D | 0 | 1D | 1E | 30 | 3 | 12 | 2C |
| Octal | 205 | 137 | 135 | 0 | 35 | 36 | 60 | 3 | 22 | 54 |
| Binary | 10000101 | 1011111 | 1011101 | 0 | 11101 | 11110 | 110000 | 11 | 10010 | 101100 |
Color Harmonies of #855F5D
Complementary color
Monochromatic Colors of #855F5D
Black with #855F5D
Text Example
Text Example
White with #855F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855F5D; }
p { color: rgb(133,95,93); }
H1.HeaderClassName
{
color: #855F5D;
}
.AnyTagClassName
{
color: #855F5D;
}
</style>
background-color css
<style>
a { background-color: #855F5D; }
a { background-color: rgb(133,95,93); }
div.DivClassName
{
background-color: #855F5D;
}
.BgClassName
{
background-color: #855F5D;
}
</style>
border-color css
<style>
span { border-color: #855F5D; }
span { border-color: rgb(133,95,93); }
td.TdClassName
{
border-color: #855F5D;
}
.TagClassName
{
border-color: #855F5D;
}
</style>