Shades of Donkey Brown #85705F
Tints of Donkey Brown #85705F
RGB
CMYK
RGB Variations
Color information
#85705F (or 0x85705F) is known color: Donkey Brown. HEX triplet: 85, 70 and 5F. RGB value is (133,112,95). Sum of RGB (Red+Green+Blue) = 133+112+95=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85705F is #7A8FA0. Grayscale: #747474. Windows color (decimal): -8032161 or 6254725. OLE color: 6254725.
HSL color Cylindrical-coordinate representation of color #85705F: hue angle of 26.84º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85705F is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 95 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.48 |
| HSL | 26.84º | 0.17% | 0.45% | - |
| HSV(B) | 26.84º | 0.29% | 0.52% | - |
| XYZ | 17.53 | 17.4 | 13.26 | - |
| YUV | 116.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 95 | 0 | 0.16 | 0.29 | 0.48 | 26.84 | 0.17 | 0.45 |
| Hex | 85 | 70 | 5F | 0 | 10 | 1D | 30 | 1B | 11 | 2D |
| Octal | 205 | 160 | 137 | 0 | 20 | 35 | 60 | 33 | 21 | 55 |
| Binary | 10000101 | 1110000 | 1011111 | 0 | 10000 | 11101 | 110000 | 11011 | 10001 | 101101 |
Color Harmonies of #85705F
Complementary color
Monochromatic Colors of #85705F
Black with #85705F
Text Example
Text Example
White with #85705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85705F; }
p { color: rgb(133,112,95); }
H1.HeaderClassName
{
color: #85705F;
}
.AnyTagClassName
{
color: #85705F;
}
</style>
background-color css
<style>
a { background-color: #85705F; }
a { background-color: rgb(133,112,95); }
div.DivClassName
{
background-color: #85705F;
}
.BgClassName
{
background-color: #85705F;
}
</style>
border-color css
<style>
span { border-color: #85705F; }
span { border-color: rgb(133,112,95); }
td.TdClassName
{
border-color: #85705F;
}
.TagClassName
{
border-color: #85705F;
}
</style>