Shades of Dark Wood #85644B
Tints of Dark Wood #85644B
RGB
CMYK
RGB Variations
Color information
#85644B (or 0x85644B) is known color: Dark Wood. HEX triplet: 85, 64 and 4B. RGB value is (133,100,75). Sum of RGB (Red+Green+Blue) = 133+100+75=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85644B is #7A9BB4. Grayscale: #6B6B6B. Windows color (decimal): -8035253 or 4940933. OLE color: 4940933.
HSL color Cylindrical-coordinate representation of color #85644B: hue angle of 25.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85644B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 100 | 75 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.48 |
| HSL | 25.86º | 0.28% | 0.41% | - |
| HSV(B) | 25.86º | 0.44% | 0.52% | - |
| XYZ | 15.5 | 14.61 | 8.66 | - |
| YUV | 107.02 | 109.93 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 75 | 0 | 0.25 | 0.44 | 0.48 | 25.86 | 0.28 | 0.41 |
| Hex | 85 | 64 | 4B | 0 | 19 | 2C | 30 | 1A | 1C | 29 |
| Octal | 205 | 144 | 113 | 0 | 31 | 54 | 60 | 32 | 34 | 51 |
| Binary | 10000101 | 1100100 | 1001011 | 0 | 11001 | 101100 | 110000 | 11010 | 11100 | 101001 |
Color Harmonies of #85644B
Complementary color
Monochromatic Colors of #85644B
Black with #85644B
Text Example
Text Example
White with #85644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85644B; }
p { color: rgb(133,100,75); }
H1.HeaderClassName
{
color: #85644B;
}
.AnyTagClassName
{
color: #85644B;
}
</style>
background-color css
<style>
a { background-color: #85644B; }
a { background-color: rgb(133,100,75); }
div.DivClassName
{
background-color: #85644B;
}
.BgClassName
{
background-color: #85644B;
}
</style>
border-color css
<style>
span { border-color: #85644B; }
span { border-color: rgb(133,100,75); }
td.TdClassName
{
border-color: #85644B;
}
.TagClassName
{
border-color: #85644B;
}
</style>