Shades of Dark Wood #845F41
Tints of Dark Wood #845F41
RGB
CMYK
RGB Variations
Color information
#845F41 (or 0x845F41) is known color: Dark Wood. HEX triplet: 84, 5F and 41. RGB value is (132,95,65). Sum of RGB (Red+Green+Blue) = 132+95+65=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #845F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F41 is #7BA0BE. Grayscale: #666666. Windows color (decimal): -8102079 or 4284292. OLE color: 4284292.
HSL color Cylindrical-coordinate representation of color #845F41: hue angle of 26.87º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845F41 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 65 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.48 |
| HSL | 26.87º | 0.34% | 0.39% | - |
| HSV(B) | 26.87º | 0.51% | 0.52% | - |
| XYZ | 14.56 | 13.47 | 6.83 | - |
| YUV | 102.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 65 | 0 | 0.28 | 0.51 | 0.48 | 26.87 | 0.34 | 0.39 |
| Hex | 84 | 5F | 41 | 0 | 1C | 33 | 30 | 1B | 22 | 27 |
| Octal | 204 | 137 | 101 | 0 | 34 | 63 | 60 | 33 | 42 | 47 |
| Binary | 10000100 | 1011111 | 1000001 | 0 | 11100 | 110011 | 110000 | 11011 | 100010 | 100111 |
Color Harmonies of #845F41
Complementary color
Monochromatic Colors of #845F41
Black with #845F41
Text Example
Text Example
White with #845F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F41; }
p { color: rgb(132,95,65); }
H1.HeaderClassName
{
color: #845F41;
}
.AnyTagClassName
{
color: #845F41;
}
</style>
background-color css
<style>
a { background-color: #845F41; }
a { background-color: rgb(132,95,65); }
div.DivClassName
{
background-color: #845F41;
}
.BgClassName
{
background-color: #845F41;
}
</style>
border-color css
<style>
span { border-color: #845F41; }
span { border-color: rgb(132,95,65); }
td.TdClassName
{
border-color: #845F41;
}
.TagClassName
{
border-color: #845F41;
}
</style>