Shades of Dark Wood #845D48
Tints of Dark Wood #845D48
RGB
CMYK
RGB Variations
Color information
#845D48 (or 0x845D48) is known color: Dark Wood. HEX triplet: 84, 5D and 48. RGB value is (132,93,72). Sum of RGB (Red+Green+Blue) = 132+93+72=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #845D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845D48 is #7BA2B7. Grayscale: #666666. Windows color (decimal): -8102584 or 4742532. OLE color: 4742532.
HSL color Cylindrical-coordinate representation of color #845D48: hue angle of 21º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845D48 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 72 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.48 |
| HSL | 21º | 0.29% | 0.4% | - |
| HSV(B) | 21º | 0.45% | 0.52% | - |
| XYZ | 14.6 | 13.2 | 7.91 | - |
| YUV | 102.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 72 | 0 | 0.30 | 0.45 | 0.48 | 21 | 0.29 | 0.4 |
| Hex | 84 | 5D | 48 | 0 | 1E | 2D | 30 | 15 | 1D | 28 |
| Octal | 204 | 135 | 110 | 0 | 36 | 55 | 60 | 25 | 35 | 50 |
| Binary | 10000100 | 1011101 | 1001000 | 0 | 11110 | 101101 | 110000 | 10101 | 11101 | 101000 |
Color Harmonies of #845D48
Complementary color
Monochromatic Colors of #845D48
Black with #845D48
Text Example
Text Example
White with #845D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D48; }
p { color: rgb(132,93,72); }
H1.HeaderClassName
{
color: #845D48;
}
.AnyTagClassName
{
color: #845D48;
}
</style>
background-color css
<style>
a { background-color: #845D48; }
a { background-color: rgb(132,93,72); }
div.DivClassName
{
background-color: #845D48;
}
.BgClassName
{
background-color: #845D48;
}
</style>
border-color css
<style>
span { border-color: #845D48; }
span { border-color: rgb(132,93,72); }
td.TdClassName
{
border-color: #845D48;
}
.TagClassName
{
border-color: #845D48;
}
</style>