Shades of Donkey Brown #85705D
Tints of Donkey Brown #85705D
RGB
CMYK
RGB Variations
Color information
#85705D (or 0x85705D) is known color: Donkey Brown. HEX triplet: 85, 70 and 5D. RGB value is (133,112,93). Sum of RGB (Red+Green+Blue) = 133+112+93=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85705D is #7A8FA2. Grayscale: #747474. Windows color (decimal): -8032163 or 6123653. OLE color: 6123653.
HSL color Cylindrical-coordinate representation of color #85705D: hue angle of 28.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85705D is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 93 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.48 |
| HSL | 28.5º | 0.18% | 0.44% | - |
| HSV(B) | 28.5º | 0.3% | 0.52% | - |
| XYZ | 17.44 | 17.37 | 12.79 | - |
| YUV | 116.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 93 | 0 | 0.16 | 0.30 | 0.48 | 28.5 | 0.18 | 0.44 |
| Hex | 85 | 70 | 5D | 0 | 10 | 1E | 30 | 1C | 12 | 2C |
| Octal | 205 | 160 | 135 | 0 | 20 | 36 | 60 | 34 | 22 | 54 |
| Binary | 10000101 | 1110000 | 1011101 | 0 | 10000 | 11110 | 110000 | 11100 | 10010 | 101100 |
Color Harmonies of #85705D
Complementary color
Monochromatic Colors of #85705D
Black with #85705D
Text Example
Text Example
White with #85705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85705D; }
p { color: rgb(133,112,93); }
H1.HeaderClassName
{
color: #85705D;
}
.AnyTagClassName
{
color: #85705D;
}
</style>
background-color css
<style>
a { background-color: #85705D; }
a { background-color: rgb(133,112,93); }
div.DivClassName
{
background-color: #85705D;
}
.BgClassName
{
background-color: #85705D;
}
</style>
border-color css
<style>
span { border-color: #85705D; }
span { border-color: rgb(133,112,93); }
td.TdClassName
{
border-color: #85705D;
}
.TagClassName
{
border-color: #85705D;
}
</style>