Shades of Donkey Brown #82705E
Tints of Donkey Brown #82705E
RGB
CMYK
RGB Variations
Color information
#82705E (or 0x82705E) is known color: Donkey Brown. HEX triplet: 82, 70 and 5E. RGB value is (130,112,94). Sum of RGB (Red+Green+Blue) = 130+112+94=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82705E is #7D8FA1. Grayscale: #737373. Windows color (decimal): -8228770 or 6189186. OLE color: 6189186.
HSL color Cylindrical-coordinate representation of color #82705E: hue angle of 30º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82705E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 94 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.49 |
| HSL | 30º | 0.16% | 0.44% | - |
| HSV(B) | 30º | 0.28% | 0.51% | - |
| XYZ | 17.02 | 17.14 | 13 | - |
| YUV | 115.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 94 | 0 | 0.14 | 0.28 | 0.49 | 30 | 0.16 | 0.44 |
| Hex | 82 | 70 | 5E | 0 | E | 1C | 31 | 1E | 10 | 2C |
| Octal | 202 | 160 | 136 | 0 | 16 | 34 | 61 | 36 | 20 | 54 |
| Binary | 10000010 | 1110000 | 1011110 | 0 | 1110 | 11100 | 110001 | 11110 | 10000 | 101100 |
Color Harmonies of #82705E
Complementary color
Monochromatic Colors of #82705E
Black with #82705E
Text Example
Text Example
White with #82705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82705E; }
p { color: rgb(130,112,94); }
H1.HeaderClassName
{
color: #82705E;
}
.AnyTagClassName
{
color: #82705E;
}
</style>
background-color css
<style>
a { background-color: #82705E; }
a { background-color: rgb(130,112,94); }
div.DivClassName
{
background-color: #82705E;
}
.BgClassName
{
background-color: #82705E;
}
</style>
border-color css
<style>
span { border-color: #82705E; }
span { border-color: rgb(130,112,94); }
td.TdClassName
{
border-color: #82705E;
}
.TagClassName
{
border-color: #82705E;
}
</style>