Shades of Donkey Brown #88705C
Tints of Donkey Brown #88705C
RGB
CMYK
RGB Variations
Color information
#88705C (or 0x88705C) is known color: Donkey Brown. HEX triplet: 88, 70 and 5C. RGB value is (136,112,92). Sum of RGB (Red+Green+Blue) = 136+112+92=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #88705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705C is #778FA3. Grayscale: #757575. Windows color (decimal): -7835556 or 6058120. OLE color: 6058120.
HSL color Cylindrical-coordinate representation of color #88705C: hue angle of 27.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88705C is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 92 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.47 |
| HSL | 27.27º | 0.19% | 0.45% | - |
| HSV(B) | 27.27º | 0.32% | 0.53% | - |
| XYZ | 17.88 | 17.6 | 12.58 | - |
| YUV | 116.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 92 | 0 | 0.18 | 0.32 | 0.47 | 27.27 | 0.19 | 0.45 |
| Hex | 88 | 70 | 5C | 0 | 12 | 20 | 2F | 1B | 13 | 2D |
| Octal | 210 | 160 | 134 | 0 | 22 | 40 | 57 | 33 | 23 | 55 |
| Binary | 10001000 | 1110000 | 1011100 | 0 | 10010 | 100000 | 101111 | 11011 | 10011 | 101101 |
Color Harmonies of #88705C
Complementary color
Monochromatic Colors of #88705C
Black with #88705C
Text Example
Text Example
White with #88705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88705C; }
p { color: rgb(136,112,92); }
H1.HeaderClassName
{
color: #88705C;
}
.AnyTagClassName
{
color: #88705C;
}
</style>
background-color css
<style>
a { background-color: #88705C; }
a { background-color: rgb(136,112,92); }
div.DivClassName
{
background-color: #88705C;
}
.BgClassName
{
background-color: #88705C;
}
</style>
border-color css
<style>
span { border-color: #88705C; }
span { border-color: rgb(136,112,92); }
td.TdClassName
{
border-color: #88705C;
}
.TagClassName
{
border-color: #88705C;
}
</style>