Shades of Dark Wood #845B47
Tints of Dark Wood #845B47
RGB
CMYK
RGB Variations
Color information
#845B47 (or 0x845B47) is known color: Dark Wood. HEX triplet: 84, 5B and 47. RGB value is (132,91,71). Sum of RGB (Red+Green+Blue) = 132+91+71=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845B47 is #7BA4B8. Grayscale: #656565. Windows color (decimal): -8103097 or 4676484. OLE color: 4676484.
HSL color Cylindrical-coordinate representation of color #845B47: hue angle of 19.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845B47 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 91 | 71 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.48 |
| HSL | 19.67º | 0.3% | 0.4% | - |
| HSV(B) | 19.67º | 0.46% | 0.52% | - |
| XYZ | 14.39 | 12.84 | 7.68 | - |
| YUV | 100.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 71 | 0 | 0.31 | 0.46 | 0.48 | 19.67 | 0.3 | 0.4 |
| Hex | 84 | 5B | 47 | 0 | 1F | 2E | 30 | 14 | 1E | 28 |
| Octal | 204 | 133 | 107 | 0 | 37 | 56 | 60 | 24 | 36 | 50 |
| Binary | 10000100 | 1011011 | 1000111 | 0 | 11111 | 101110 | 110000 | 10100 | 11110 | 101000 |
Color Harmonies of #845B47
Complementary color
Monochromatic Colors of #845B47
Black with #845B47
Text Example
Text Example
White with #845B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B47; }
p { color: rgb(132,91,71); }
H1.HeaderClassName
{
color: #845B47;
}
.AnyTagClassName
{
color: #845B47;
}
</style>
background-color css
<style>
a { background-color: #845B47; }
a { background-color: rgb(132,91,71); }
div.DivClassName
{
background-color: #845B47;
}
.BgClassName
{
background-color: #845B47;
}
</style>
border-color css
<style>
span { border-color: #845B47; }
span { border-color: rgb(132,91,71); }
td.TdClassName
{
border-color: #845B47;
}
.TagClassName
{
border-color: #845B47;
}
</style>