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