Shades of Donkey Brown #88705B
Tints of Donkey Brown #88705B
RGB
CMYK
RGB Variations
Color information
#88705B (or 0x88705B) is known color: Donkey Brown. HEX triplet: 88, 70 and 5B. RGB value is (136,112,91). Sum of RGB (Red+Green+Blue) = 136+112+91=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #88705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705B is #778FA4. Grayscale: #747474. Windows color (decimal): -7835557 or 5992584. OLE color: 5992584.
HSL color Cylindrical-coordinate representation of color #88705B: hue angle of 28º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88705B is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 91 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.47 |
| HSL | 28º | 0.2% | 0.45% | - |
| HSV(B) | 28º | 0.33% | 0.53% | - |
| XYZ | 17.84 | 17.58 | 12.35 | - |
| YUV | 116.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 91 | 0 | 0.18 | 0.33 | 0.47 | 28 | 0.2 | 0.45 |
| Hex | 88 | 70 | 5B | 0 | 12 | 21 | 2F | 1C | 14 | 2D |
| Octal | 210 | 160 | 133 | 0 | 22 | 41 | 57 | 34 | 24 | 55 |
| Binary | 10001000 | 1110000 | 1011011 | 0 | 10010 | 100001 | 101111 | 11100 | 10100 | 101101 |
Color Harmonies of #88705B
Complementary color
Monochromatic Colors of #88705B
Black with #88705B
Text Example
Text Example
White with #88705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88705B; }
p { color: rgb(136,112,91); }
H1.HeaderClassName
{
color: #88705B;
}
.AnyTagClassName
{
color: #88705B;
}
</style>
background-color css
<style>
a { background-color: #88705B; }
a { background-color: rgb(136,112,91); }
div.DivClassName
{
background-color: #88705B;
}
.BgClassName
{
background-color: #88705B;
}
</style>
border-color css
<style>
span { border-color: #88705B; }
span { border-color: rgb(136,112,91); }
td.TdClassName
{
border-color: #88705B;
}
.TagClassName
{
border-color: #88705B;
}
</style>