Shades of Donkey Brown #85705C
Tints of Donkey Brown #85705C
RGB
CMYK
RGB Variations
Color information
#85705C (or 0x85705C) is known color: Donkey Brown. HEX triplet: 85, 70 and 5C. RGB value is (133,112,92). Sum of RGB (Red+Green+Blue) = 133+112+92=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85705C is #7A8FA3. Grayscale: #747474. Windows color (decimal): -8032164 or 6058117. OLE color: 6058117.
HSL color Cylindrical-coordinate representation of color #85705C: hue angle of 29.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85705C is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 92 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.48 |
| HSL | 29.27º | 0.18% | 0.44% | - |
| HSV(B) | 29.27º | 0.31% | 0.52% | - |
| XYZ | 17.4 | 17.35 | 12.56 | - |
| YUV | 116 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 92 | 0 | 0.16 | 0.31 | 0.48 | 29.27 | 0.18 | 0.44 |
| Hex | 85 | 70 | 5C | 0 | 10 | 1F | 30 | 1D | 12 | 2C |
| Octal | 205 | 160 | 134 | 0 | 20 | 37 | 60 | 35 | 22 | 54 |
| Binary | 10000101 | 1110000 | 1011100 | 0 | 10000 | 11111 | 110000 | 11101 | 10010 | 101100 |
Color Harmonies of #85705C
Complementary color
Monochromatic Colors of #85705C
Black with #85705C
Text Example
Text Example
White with #85705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85705C; }
p { color: rgb(133,112,92); }
H1.HeaderClassName
{
color: #85705C;
}
.AnyTagClassName
{
color: #85705C;
}
</style>
background-color css
<style>
a { background-color: #85705C; }
a { background-color: rgb(133,112,92); }
div.DivClassName
{
background-color: #85705C;
}
.BgClassName
{
background-color: #85705C;
}
</style>
border-color css
<style>
span { border-color: #85705C; }
span { border-color: rgb(133,112,92); }
td.TdClassName
{
border-color: #85705C;
}
.TagClassName
{
border-color: #85705C;
}
</style>