Shades of Dark Wood #845E45
Tints of Dark Wood #845E45
RGB
CMYK
RGB Variations
Color information
#845E45 (or 0x845E45) is known color: Dark Wood. HEX triplet: 84, 5E and 45. RGB value is (132,94,69). Sum of RGB (Red+Green+Blue) = 132+94+69=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #845E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845E45 is #7BA1BA. Grayscale: #666666. Windows color (decimal): -8102331 or 4546180. OLE color: 4546180.
HSL color Cylindrical-coordinate representation of color #845E45: hue angle of 23.81º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845E45 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 69 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.48 |
| HSL | 23.81º | 0.31% | 0.39% | - |
| HSV(B) | 23.81º | 0.48% | 0.52% | - |
| XYZ | 14.59 | 13.34 | 7.44 | - |
| YUV | 102.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 69 | 0 | 0.29 | 0.48 | 0.48 | 23.81 | 0.31 | 0.39 |
| Hex | 84 | 5E | 45 | 0 | 1D | 30 | 30 | 18 | 1F | 27 |
| Octal | 204 | 136 | 105 | 0 | 35 | 60 | 60 | 30 | 37 | 47 |
| Binary | 10000100 | 1011110 | 1000101 | 0 | 11101 | 110000 | 110000 | 11000 | 11111 | 100111 |
Color Harmonies of #845E45
Complementary color
Monochromatic Colors of #845E45
Black with #845E45
Text Example
Text Example
White with #845E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E45; }
p { color: rgb(132,94,69); }
H1.HeaderClassName
{
color: #845E45;
}
.AnyTagClassName
{
color: #845E45;
}
</style>
background-color css
<style>
a { background-color: #845E45; }
a { background-color: rgb(132,94,69); }
div.DivClassName
{
background-color: #845E45;
}
.BgClassName
{
background-color: #845E45;
}
</style>
border-color css
<style>
span { border-color: #845E45; }
span { border-color: rgb(132,94,69); }
td.TdClassName
{
border-color: #845E45;
}
.TagClassName
{
border-color: #845E45;
}
</style>