Shades of Donkey Brown #88705E
Tints of Donkey Brown #88705E
RGB
CMYK
RGB Variations
Color information
#88705E (or 0x88705E) is known color: Donkey Brown. HEX triplet: 88, 70 and 5E. RGB value is (136,112,94). Sum of RGB (Red+Green+Blue) = 136+112+94=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705E is #778FA1. Grayscale: #757575. Windows color (decimal): -7835554 or 6189192. OLE color: 6189192.
HSL color Cylindrical-coordinate representation of color #88705E: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88705E is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 94 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.47 |
| HSL | 25.71º | 0.18% | 0.45% | - |
| HSV(B) | 25.71º | 0.31% | 0.53% | - |
| XYZ | 17.97 | 17.63 | 13.05 | - |
| YUV | 117.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 94 | 0 | 0.18 | 0.31 | 0.47 | 25.71 | 0.18 | 0.45 |
| Hex | 88 | 70 | 5E | 0 | 12 | 1F | 2F | 1A | 12 | 2D |
| Octal | 210 | 160 | 136 | 0 | 22 | 37 | 57 | 32 | 22 | 55 |
| Binary | 10001000 | 1110000 | 1011110 | 0 | 10010 | 11111 | 101111 | 11010 | 10010 | 101101 |
Color Harmonies of #88705E
Complementary color
Monochromatic Colors of #88705E
Black with #88705E
Text Example
Text Example
White with #88705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88705E; }
p { color: rgb(136,112,94); }
H1.HeaderClassName
{
color: #88705E;
}
.AnyTagClassName
{
color: #88705E;
}
</style>
background-color css
<style>
a { background-color: #88705E; }
a { background-color: rgb(136,112,94); }
div.DivClassName
{
background-color: #88705E;
}
.BgClassName
{
background-color: #88705E;
}
</style>
border-color css
<style>
span { border-color: #88705E; }
span { border-color: rgb(136,112,94); }
td.TdClassName
{
border-color: #88705E;
}
.TagClassName
{
border-color: #88705E;
}
</style>