Shades of Light Wood #875E5D
Tints of Light Wood #875E5D
RGB
CMYK
RGB Variations
Color information
#875E5D (or 0x875E5D) is known color: Light Wood. HEX triplet: 87, 5E and 5D. RGB value is (135,94,93). Sum of RGB (Red+Green+Blue) = 135+94+93=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #875E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E5D is #78A1A2. Grayscale: #6A6A6A. Windows color (decimal): -7905699 or 6119047. OLE color: 6119047.
HSL color Cylindrical-coordinate representation of color #875E5D: hue angle of 1.43º 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 #875E5D is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 94 | 93 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.47 |
| HSL | 1.43º | 0.18% | 0.45% | - |
| HSV(B) | 1.43º | 0.31% | 0.53% | - |
| XYZ | 15.97 | 13.95 | 12.21 | - |
| YUV | 106.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 93 | 0 | 0.30 | 0.31 | 0.47 | 1.43 | 0.18 | 0.45 |
| Hex | 87 | 5E | 5D | 0 | 1E | 1F | 2F | 1 | 12 | 2D |
| Octal | 207 | 136 | 135 | 0 | 36 | 37 | 57 | 1 | 22 | 55 |
| Binary | 10000111 | 1011110 | 1011101 | 0 | 11110 | 11111 | 101111 | 1 | 10010 | 101101 |
Color Harmonies of #875E5D
Complementary color
Monochromatic Colors of #875E5D
Black with #875E5D
Text Example
Text Example
White with #875E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E5D; }
p { color: rgb(135,94,93); }
H1.HeaderClassName
{
color: #875E5D;
}
.AnyTagClassName
{
color: #875E5D;
}
</style>
background-color css
<style>
a { background-color: #875E5D; }
a { background-color: rgb(135,94,93); }
div.DivClassName
{
background-color: #875E5D;
}
.BgClassName
{
background-color: #875E5D;
}
</style>
border-color css
<style>
span { border-color: #875E5D; }
span { border-color: rgb(135,94,93); }
td.TdClassName
{
border-color: #875E5D;
}
.TagClassName
{
border-color: #875E5D;
}
</style>