Shades of Dark Wood #85603E
Tints of Dark Wood #85603E
RGB
CMYK
RGB Variations
Color information
#85603E (or 0x85603E) is known color: Dark Wood. HEX triplet: 85, 60 and 3E. RGB value is (133,96,62). Sum of RGB (Red+Green+Blue) = 133+96+62=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85603E is #7A9FC1. Grayscale: #676767. Windows color (decimal): -8036290 or 4087941. OLE color: 4087941.
HSL color Cylindrical-coordinate representation of color #85603E: hue angle of 28.73º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85603E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 62 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.48 |
| HSL | 28.73º | 0.36% | 0.38% | - |
| HSV(B) | 28.73º | 0.53% | 0.52% | - |
| XYZ | 14.73 | 13.7 | 6.43 | - |
| YUV | 103.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 62 | 0 | 0.28 | 0.53 | 0.48 | 28.73 | 0.36 | 0.38 |
| Hex | 85 | 60 | 3E | 0 | 1C | 35 | 30 | 1D | 24 | 26 |
| Octal | 205 | 140 | 76 | 0 | 34 | 65 | 60 | 35 | 44 | 46 |
| Binary | 10000101 | 1100000 | 111110 | 0 | 11100 | 110101 | 110000 | 11101 | 100100 | 100110 |
Color Harmonies of #85603E
Complementary color
Monochromatic Colors of #85603E
Black with #85603E
Text Example
Text Example
White with #85603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85603E; }
p { color: rgb(133,96,62); }
H1.HeaderClassName
{
color: #85603E;
}
.AnyTagClassName
{
color: #85603E;
}
</style>
background-color css
<style>
a { background-color: #85603E; }
a { background-color: rgb(133,96,62); }
div.DivClassName
{
background-color: #85603E;
}
.BgClassName
{
background-color: #85603E;
}
</style>
border-color css
<style>
span { border-color: #85603E; }
span { border-color: rgb(133,96,62); }
td.TdClassName
{
border-color: #85603E;
}
.TagClassName
{
border-color: #85603E;
}
</style>