Shades of Donkey Brown #83705E
Tints of Donkey Brown #83705E
RGB
CMYK
RGB Variations
Color information
#83705E (or 0x83705E) is known color: Donkey Brown. HEX triplet: 83, 70 and 5E. RGB value is (131,112,94). Sum of RGB (Red+Green+Blue) = 131+112+94=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83705E is #7C8FA1. Grayscale: #737373. Windows color (decimal): -8163234 or 6189187. OLE color: 6189187.
HSL color Cylindrical-coordinate representation of color #83705E: hue angle of 29.19º 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 #83705E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 94 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.49 |
| HSL | 29.19º | 0.16% | 0.44% | - |
| HSV(B) | 29.19º | 0.28% | 0.51% | - |
| XYZ | 17.17 | 17.22 | 13.01 | - |
| YUV | 115.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 94 | 0 | 0.15 | 0.28 | 0.49 | 29.19 | 0.16 | 0.44 |
| Hex | 83 | 70 | 5E | 0 | F | 1C | 31 | 1D | 10 | 2C |
| Octal | 203 | 160 | 136 | 0 | 17 | 34 | 61 | 35 | 20 | 54 |
| Binary | 10000011 | 1110000 | 1011110 | 0 | 1111 | 11100 | 110001 | 11101 | 10000 | 101100 |
Color Harmonies of #83705E
Complementary color
Monochromatic Colors of #83705E
Black with #83705E
Text Example
Text Example
White with #83705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83705E; }
p { color: rgb(131,112,94); }
H1.HeaderClassName
{
color: #83705E;
}
.AnyTagClassName
{
color: #83705E;
}
</style>
background-color css
<style>
a { background-color: #83705E; }
a { background-color: rgb(131,112,94); }
div.DivClassName
{
background-color: #83705E;
}
.BgClassName
{
background-color: #83705E;
}
</style>
border-color css
<style>
span { border-color: #83705E; }
span { border-color: rgb(131,112,94); }
td.TdClassName
{
border-color: #83705E;
}
.TagClassName
{
border-color: #83705E;
}
</style>