Shades of Light Wood #845E5B
Tints of Light Wood #845E5B
RGB
CMYK
RGB Variations
Color information
#845E5B (or 0x845E5B) is known color: Light Wood. HEX triplet: 84, 5E and 5B. RGB value is (132,94,91). Sum of RGB (Red+Green+Blue) = 132+94+91=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #845E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E5B is #7BA1A4. Grayscale: #696969. Windows color (decimal): -8102309 or 5987972. OLE color: 5987972.
HSL color Cylindrical-coordinate representation of color #845E5B: hue angle of 4.39º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #845E5B is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 91 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.48 |
| HSL | 4.39º | 0.18% | 0.44% | - |
| HSV(B) | 4.39º | 0.31% | 0.52% | - |
| XYZ | 15.41 | 13.67 | 11.72 | - |
| YUV | 105.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 91 | 0 | 0.29 | 0.31 | 0.48 | 4.39 | 0.18 | 0.44 |
| Hex | 84 | 5E | 5B | 0 | 1D | 1F | 30 | 4 | 12 | 2C |
| Octal | 204 | 136 | 133 | 0 | 35 | 37 | 60 | 4 | 22 | 54 |
| Binary | 10000100 | 1011110 | 1011011 | 0 | 11101 | 11111 | 110000 | 100 | 10010 | 101100 |
Color Harmonies of #845E5B
Complementary color
Monochromatic Colors of #845E5B
Black with #845E5B
Text Example
Text Example
White with #845E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E5B; }
p { color: rgb(132,94,91); }
H1.HeaderClassName
{
color: #845E5B;
}
.AnyTagClassName
{
color: #845E5B;
}
</style>
background-color css
<style>
a { background-color: #845E5B; }
a { background-color: rgb(132,94,91); }
div.DivClassName
{
background-color: #845E5B;
}
.BgClassName
{
background-color: #845E5B;
}
</style>
border-color css
<style>
span { border-color: #845E5B; }
span { border-color: rgb(132,94,91); }
td.TdClassName
{
border-color: #845E5B;
}
.TagClassName
{
border-color: #845E5B;
}
</style>