Shades of Donkey Brown #80715E
Tints of Donkey Brown #80715E
RGB
CMYK
RGB Variations
Color information
#80715E (or 0x80715E) is known color: Donkey Brown. HEX triplet: 80, 71 and 5E. RGB value is (128,113,94). Sum of RGB (Red+Green+Blue) = 128+113+94=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #80715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80715E is #7F8EA1. Grayscale: #737373. Windows color (decimal): -8359586 or 6189440. OLE color: 6189440.
HSL color Cylindrical-coordinate representation of color #80715E: hue angle of 33.53º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80715E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 94 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.50 |
| HSL | 33.53º | 0.15% | 0.44% | - |
| HSV(B) | 33.53º | 0.27% | 0.5% | - |
| XYZ | 16.83 | 17.21 | 13.02 | - |
| YUV | 115.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 94 | 0 | 0.12 | 0.27 | 0.50 | 33.53 | 0.15 | 0.44 |
| Hex | 80 | 71 | 5E | 0 | C | 1B | 32 | 22 | F | 2C |
| Octal | 200 | 161 | 136 | 0 | 14 | 33 | 62 | 42 | 17 | 54 |
| Binary | 10000000 | 1110001 | 1011110 | 0 | 1100 | 11011 | 110010 | 100010 | 1111 | 101100 |
Color Harmonies of #80715E
Complementary color
Monochromatic Colors of #80715E
Black with #80715E
Text Example
Text Example
White with #80715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80715E; }
p { color: rgb(128,113,94); }
H1.HeaderClassName
{
color: #80715E;
}
.AnyTagClassName
{
color: #80715E;
}
</style>
background-color css
<style>
a { background-color: #80715E; }
a { background-color: rgb(128,113,94); }
div.DivClassName
{
background-color: #80715E;
}
.BgClassName
{
background-color: #80715E;
}
</style>
border-color css
<style>
span { border-color: #80715E; }
span { border-color: rgb(128,113,94); }
td.TdClassName
{
border-color: #80715E;
}
.TagClassName
{
border-color: #80715E;
}
</style>