Shades of Light Wood #845D5C
Tints of Light Wood #845D5C
RGB
CMYK
RGB Variations
Color information
#845D5C (or 0x845D5C) is known color: Light Wood. HEX triplet: 84, 5D and 5C. RGB value is (132,93,92). Sum of RGB (Red+Green+Blue) = 132+93+92=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D5C is #7BA2A3. Grayscale: #686868. Windows color (decimal): -8102564 or 6053252. OLE color: 6053252.
HSL color Cylindrical-coordinate representation of color #845D5C: hue angle of 1.5º 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 #845D5C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 92 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.48 |
| HSL | 1.5º | 0.18% | 0.44% | - |
| HSV(B) | 1.5º | 0.3% | 0.52% | - |
| XYZ | 15.36 | 13.51 | 11.92 | - |
| YUV | 104.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 92 | 0 | 0.30 | 0.30 | 0.48 | 1.5 | 0.18 | 0.44 |
| Hex | 84 | 5D | 5C | 0 | 1E | 1E | 30 | 2 | 12 | 2C |
| Octal | 204 | 135 | 134 | 0 | 36 | 36 | 60 | 2 | 22 | 54 |
| Binary | 10000100 | 1011101 | 1011100 | 0 | 11110 | 11110 | 110000 | 10 | 10010 | 101100 |
Color Harmonies of #845D5C
Complementary color
Monochromatic Colors of #845D5C
Black with #845D5C
Text Example
Text Example
White with #845D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D5C; }
p { color: rgb(132,93,92); }
H1.HeaderClassName
{
color: #845D5C;
}
.AnyTagClassName
{
color: #845D5C;
}
</style>
background-color css
<style>
a { background-color: #845D5C; }
a { background-color: rgb(132,93,92); }
div.DivClassName
{
background-color: #845D5C;
}
.BgClassName
{
background-color: #845D5C;
}
</style>
border-color css
<style>
span { border-color: #845D5C; }
span { border-color: rgb(132,93,92); }
td.TdClassName
{
border-color: #845D5C;
}
.TagClassName
{
border-color: #845D5C;
}
</style>