Shades of Donkey Brown #88725D
Tints of Donkey Brown #88725D
RGB
CMYK
RGB Variations
Color information
#88725D (or 0x88725D) is known color: Donkey Brown. HEX triplet: 88, 72 and 5D. RGB value is (136,114,93). Sum of RGB (Red+Green+Blue) = 136+114+93=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88725D is #778DA2. Grayscale: #767676. Windows color (decimal): -7835043 or 6124168. OLE color: 6124168.
HSL color Cylindrical-coordinate representation of color #88725D: hue angle of 29.3º 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 #88725D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 93 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.47 |
| HSL | 29.3º | 0.19% | 0.45% | - |
| HSV(B) | 29.3º | 0.32% | 0.53% | - |
| XYZ | 18.15 | 18.06 | 12.89 | - |
| YUV | 118.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 93 | 0 | 0.16 | 0.32 | 0.47 | 29.3 | 0.19 | 0.45 |
| Hex | 88 | 72 | 5D | 0 | 10 | 20 | 2F | 1D | 13 | 2D |
| Octal | 210 | 162 | 135 | 0 | 20 | 40 | 57 | 35 | 23 | 55 |
| Binary | 10001000 | 1110010 | 1011101 | 0 | 10000 | 100000 | 101111 | 11101 | 10011 | 101101 |
Color Harmonies of #88725D
Complementary color
Monochromatic Colors of #88725D
Black with #88725D
Text Example
Text Example
White with #88725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88725D; }
p { color: rgb(136,114,93); }
H1.HeaderClassName
{
color: #88725D;
}
.AnyTagClassName
{
color: #88725D;
}
</style>
background-color css
<style>
a { background-color: #88725D; }
a { background-color: rgb(136,114,93); }
div.DivClassName
{
background-color: #88725D;
}
.BgClassName
{
background-color: #88725D;
}
</style>
border-color css
<style>
span { border-color: #88725D; }
span { border-color: rgb(136,114,93); }
td.TdClassName
{
border-color: #88725D;
}
.TagClassName
{
border-color: #88725D;
}
</style>