Shades of Donkey Brown #88705F
Tints of Donkey Brown #88705F
RGB
CMYK
RGB Variations
Color information
#88705F (or 0x88705F) is known color: Donkey Brown. HEX triplet: 88, 70 and 5F. RGB value is (136,112,95). Sum of RGB (Red+Green+Blue) = 136+112+95=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705F is #778FA0. Grayscale: #757575. Windows color (decimal): -7835553 or 6254728. OLE color: 6254728.
HSL color Cylindrical-coordinate representation of color #88705F: hue angle of 24.88º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88705F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 95 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.47 |
| HSL | 24.88º | 0.18% | 0.45% | - |
| HSV(B) | 24.88º | 0.3% | 0.53% | - |
| XYZ | 18.01 | 17.65 | 13.28 | - |
| YUV | 117.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 95 | 0 | 0.18 | 0.30 | 0.47 | 24.88 | 0.18 | 0.45 |
| Hex | 88 | 70 | 5F | 0 | 12 | 1E | 2F | 19 | 12 | 2D |
| Octal | 210 | 160 | 137 | 0 | 22 | 36 | 57 | 31 | 22 | 55 |
| Binary | 10001000 | 1110000 | 1011111 | 0 | 10010 | 11110 | 101111 | 11001 | 10010 | 101101 |
Color Harmonies of #88705F
Complementary color
Monochromatic Colors of #88705F
Black with #88705F
Text Example
Text Example
White with #88705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88705F; }
p { color: rgb(136,112,95); }
H1.HeaderClassName
{
color: #88705F;
}
.AnyTagClassName
{
color: #88705F;
}
</style>
background-color css
<style>
a { background-color: #88705F; }
a { background-color: rgb(136,112,95); }
div.DivClassName
{
background-color: #88705F;
}
.BgClassName
{
background-color: #88705F;
}
</style>
border-color css
<style>
span { border-color: #88705F; }
span { border-color: rgb(136,112,95); }
td.TdClassName
{
border-color: #88705F;
}
.TagClassName
{
border-color: #88705F;
}
</style>