Shades of Light Wood #845E5E
Tints of Light Wood #845E5E
RGB
CMYK
RGB Variations
Color information
#845E5E (or 0x845E5E) is known color: Light Wood. HEX triplet: 84, 5E and 5E. RGB value is (132,94,94). Sum of RGB (Red+Green+Blue) = 132+94+94=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #845E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E5E is #7BA1A1. Grayscale: #696969. Windows color (decimal): -8102306 or 6184580. OLE color: 6184580.
HSL color Cylindrical-coordinate representation of color #845E5E: hue angle of 0º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E5E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
RGB | 132 | 94 | 94 | - |
CMYK | 0 | 0.29 | 0.29 | 0.48 |
HSL | 0º | 0.17% | 0.44% | - |
HSV(B) | 0º | 0.29% | 0.52% | - |
XYZ | 15.54 | 13.72 | 12.42 | - |
YUV | 105.36 | 121.59 | 147 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 94 | 94 | 0 | 0.29 | 0.29 | 0.48 | 0 | 0.17 | 0.44 |
Hex | 84 | 5E | 5E | 0 | 1D | 1D | 30 | 0 | 11 | 2C |
Octal | 204 | 136 | 136 | 0 | 35 | 35 | 60 | 0 | 21 | 54 |
Binary | 10000100 | 1011110 | 1011110 | 0 | 11101 | 11101 | 110000 | 0 | 10001 | 101100 |
Color Harmonies of #845E5E
Complementary color
Monochromatic Colors of #845E5E
Black with #845E5E
Text Example
Text Example
White with #845E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E5E; }
p { color: rgb(132,94,94); }
H1.HeaderClassName
{
color: #845E5E;
}
.AnyTagClassName
{
color: #845E5E;
}
</style>
background-color css
<style>
a { background-color: #845E5E; }
a { background-color: rgb(132,94,94); }
div.DivClassName
{
background-color: #845E5E;
}
.BgClassName
{
background-color: #845E5E;
}
</style>
border-color css
<style>
span { border-color: #845E5E; }
span { border-color: rgb(132,94,94); }
td.TdClassName
{
border-color: #845E5E;
}
.TagClassName
{
border-color: #845E5E;
}
</style>