Shades of Light Wood #875F5D
Tints of Light Wood #875F5D
RGB
CMYK
RGB Variations
Color information
#875F5D (or 0x875F5D) is known color: Light Wood. HEX triplet: 87, 5F and 5D. RGB value is (135,95,93). Sum of RGB (Red+Green+Blue) = 135+95+93=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #875F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F5D is #78A0A2. Grayscale: #6A6A6A. Windows color (decimal): -7905443 or 6119303. OLE color: 6119303.
HSL color Cylindrical-coordinate representation of color #875F5D: hue angle of 2.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #875F5D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 93 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.47 |
| HSL | 2.86º | 0.18% | 0.45% | - |
| HSV(B) | 2.86º | 0.31% | 0.53% | - |
| XYZ | 16.06 | 14.13 | 12.24 | - |
| YUV | 106.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 93 | 0 | 0.30 | 0.31 | 0.47 | 2.86 | 0.18 | 0.45 |
| Hex | 87 | 5F | 5D | 0 | 1E | 1F | 2F | 3 | 12 | 2D |
| Octal | 207 | 137 | 135 | 0 | 36 | 37 | 57 | 3 | 22 | 55 |
| Binary | 10000111 | 1011111 | 1011101 | 0 | 11110 | 11111 | 101111 | 11 | 10010 | 101101 |
Color Harmonies of #875F5D
Complementary color
Monochromatic Colors of #875F5D
Black with #875F5D
Text Example
Text Example
White with #875F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F5D; }
p { color: rgb(135,95,93); }
H1.HeaderClassName
{
color: #875F5D;
}
.AnyTagClassName
{
color: #875F5D;
}
</style>
background-color css
<style>
a { background-color: #875F5D; }
a { background-color: rgb(135,95,93); }
div.DivClassName
{
background-color: #875F5D;
}
.BgClassName
{
background-color: #875F5D;
}
</style>
border-color css
<style>
span { border-color: #875F5D; }
span { border-color: rgb(135,95,93); }
td.TdClassName
{
border-color: #875F5D;
}
.TagClassName
{
border-color: #875F5D;
}
</style>