Shades of Light Wood #845E5C
Tints of Light Wood #845E5C
RGB
CMYK
RGB Variations
Color information
#845E5C (or 0x845E5C) is known color: Light Wood. HEX triplet: 84, 5E and 5C. RGB value is (132,94,92). Sum of RGB (Red+Green+Blue) = 132+94+92=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #845E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E5C is #7BA1A3. Grayscale: #696969. Windows color (decimal): -8102308 or 6053508. OLE color: 6053508.
HSL color Cylindrical-coordinate representation of color #845E5C: 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 #845E5C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 92 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.48 |
| HSL | 3º | 0.18% | 0.44% | - |
| HSV(B) | 3º | 0.3% | 0.52% | - |
| XYZ | 15.45 | 13.68 | 11.95 | - |
| YUV | 105.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 92 | 0 | 0.29 | 0.30 | 0.48 | 3 | 0.18 | 0.44 |
| Hex | 84 | 5E | 5C | 0 | 1D | 1E | 30 | 3 | 12 | 2C |
| Octal | 204 | 136 | 134 | 0 | 35 | 36 | 60 | 3 | 22 | 54 |
| Binary | 10000100 | 1011110 | 1011100 | 0 | 11101 | 11110 | 110000 | 11 | 10010 | 101100 |
Color Harmonies of #845E5C
Complementary color
Monochromatic Colors of #845E5C
Black with #845E5C
Text Example
Text Example
White with #845E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E5C; }
p { color: rgb(132,94,92); }
H1.HeaderClassName
{
color: #845E5C;
}
.AnyTagClassName
{
color: #845E5C;
}
</style>
background-color css
<style>
a { background-color: #845E5C; }
a { background-color: rgb(132,94,92); }
div.DivClassName
{
background-color: #845E5C;
}
.BgClassName
{
background-color: #845E5C;
}
</style>
border-color css
<style>
span { border-color: #845E5C; }
span { border-color: rgb(132,94,92); }
td.TdClassName
{
border-color: #845E5C;
}
.TagClassName
{
border-color: #845E5C;
}
</style>