Shades of Donkey Brown #85725E
Tints of Donkey Brown #85725E
RGB
CMYK
RGB Variations
Color information
#85725E (or 0x85725E) is known color: Donkey Brown. HEX triplet: 85, 72 and 5E. RGB value is (133,114,94). Sum of RGB (Red+Green+Blue) = 133+114+94=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85725E is #7A8DA1. Grayscale: #757575. Windows color (decimal): -8031650 or 6189701. OLE color: 6189701.
HSL color Cylindrical-coordinate representation of color #85725E: hue angle of 30.77º 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 #85725E is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 94 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.48 |
| HSL | 30.77º | 0.17% | 0.45% | - |
| HSV(B) | 30.77º | 0.29% | 0.52% | - |
| XYZ | 17.71 | 17.83 | 13.1 | - |
| YUV | 117.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 94 | 0 | 0.14 | 0.29 | 0.48 | 30.77 | 0.17 | 0.45 |
| Hex | 85 | 72 | 5E | 0 | E | 1D | 30 | 1F | 11 | 2D |
| Octal | 205 | 162 | 136 | 0 | 16 | 35 | 60 | 37 | 21 | 55 |
| Binary | 10000101 | 1110010 | 1011110 | 0 | 1110 | 11101 | 110000 | 11111 | 10001 | 101101 |
Color Harmonies of #85725E
Complementary color
Monochromatic Colors of #85725E
Black with #85725E
Text Example
Text Example
White with #85725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85725E; }
p { color: rgb(133,114,94); }
H1.HeaderClassName
{
color: #85725E;
}
.AnyTagClassName
{
color: #85725E;
}
</style>
background-color css
<style>
a { background-color: #85725E; }
a { background-color: rgb(133,114,94); }
div.DivClassName
{
background-color: #85725E;
}
.BgClassName
{
background-color: #85725E;
}
</style>
border-color css
<style>
span { border-color: #85725E; }
span { border-color: rgb(133,114,94); }
td.TdClassName
{
border-color: #85725E;
}
.TagClassName
{
border-color: #85725E;
}
</style>