Shades of Donkey Brown #85715E
Tints of Donkey Brown #85715E
RGB
CMYK
RGB Variations
Color information
#85715E (or 0x85715E) is known color: Donkey Brown. HEX triplet: 85, 71 and 5E. RGB value is (133,113,94). Sum of RGB (Red+Green+Blue) = 133+113+94=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715E is #7A8EA1. Grayscale: #747474. Windows color (decimal): -8031906 or 6189445. OLE color: 6189445.
HSL color Cylindrical-coordinate representation of color #85715E: hue angle of 29.23º 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 #85715E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 94 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.48 |
| HSL | 29.23º | 0.17% | 0.45% | - |
| HSV(B) | 29.23º | 0.29% | 0.52% | - |
| XYZ | 17.6 | 17.6 | 13.06 | - |
| YUV | 116.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 94 | 0 | 0.15 | 0.29 | 0.48 | 29.23 | 0.17 | 0.45 |
| Hex | 85 | 71 | 5E | 0 | F | 1D | 30 | 1D | 11 | 2D |
| Octal | 205 | 161 | 136 | 0 | 17 | 35 | 60 | 35 | 21 | 55 |
| Binary | 10000101 | 1110001 | 1011110 | 0 | 1111 | 11101 | 110000 | 11101 | 10001 | 101101 |
Color Harmonies of #85715E
Complementary color
Monochromatic Colors of #85715E
Black with #85715E
Text Example
Text Example
White with #85715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85715E; }
p { color: rgb(133,113,94); }
H1.HeaderClassName
{
color: #85715E;
}
.AnyTagClassName
{
color: #85715E;
}
</style>
background-color css
<style>
a { background-color: #85715E; }
a { background-color: rgb(133,113,94); }
div.DivClassName
{
background-color: #85715E;
}
.BgClassName
{
background-color: #85715E;
}
</style>
border-color css
<style>
span { border-color: #85715E; }
span { border-color: rgb(133,113,94); }
td.TdClassName
{
border-color: #85715E;
}
.TagClassName
{
border-color: #85715E;
}
</style>