Shades of Dark Wood #85644D
Tints of Dark Wood #85644D
RGB
CMYK
RGB Variations
Color information
#85644D (or 0x85644D) is known color: Dark Wood. HEX triplet: 85, 64 and 4D. RGB value is (133,100,77). Sum of RGB (Red+Green+Blue) = 133+100+77=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85644D is #7A9BB2. Grayscale: #6B6B6B. Windows color (decimal): -8035251 or 5072005. OLE color: 5072005.
HSL color Cylindrical-coordinate representation of color #85644D: hue angle of 24.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85644D is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 77 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.48 |
| HSL | 24.64º | 0.27% | 0.41% | - |
| HSV(B) | 24.64º | 0.42% | 0.52% | - |
| XYZ | 15.57 | 14.64 | 9.03 | - |
| YUV | 107.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 77 | 0 | 0.25 | 0.42 | 0.48 | 24.64 | 0.27 | 0.41 |
| Hex | 85 | 64 | 4D | 0 | 19 | 2A | 30 | 19 | 1B | 29 |
| Octal | 205 | 144 | 115 | 0 | 31 | 52 | 60 | 31 | 33 | 51 |
| Binary | 10000101 | 1100100 | 1001101 | 0 | 11001 | 101010 | 110000 | 11001 | 11011 | 101001 |
Color Harmonies of #85644D
Complementary color
Monochromatic Colors of #85644D
Black with #85644D
Text Example
Text Example
White with #85644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85644D; }
p { color: rgb(133,100,77); }
H1.HeaderClassName
{
color: #85644D;
}
.AnyTagClassName
{
color: #85644D;
}
</style>
background-color css
<style>
a { background-color: #85644D; }
a { background-color: rgb(133,100,77); }
div.DivClassName
{
background-color: #85644D;
}
.BgClassName
{
background-color: #85644D;
}
</style>
border-color css
<style>
span { border-color: #85644D; }
span { border-color: rgb(133,100,77); }
td.TdClassName
{
border-color: #85644D;
}
.TagClassName
{
border-color: #85644D;
}
</style>