Shades of Donkey Brown #83705B
Tints of Donkey Brown #83705B
RGB
CMYK
RGB Variations
Color information
#83705B (or 0x83705B) is known color: Donkey Brown. HEX triplet: 83, 70 and 5B. RGB value is (131,112,91). Sum of RGB (Red+Green+Blue) = 131+112+91=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 131 - color contains mainly: red. Hex color #83705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83705B is #7C8FA4. Grayscale: #737373. Windows color (decimal): -8163237 or 5992579. OLE color: 5992579.
HSL color Cylindrical-coordinate representation of color #83705B: hue angle of 31.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83705B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 91 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.49 |
| HSL | 31.5º | 0.18% | 0.44% | - |
| HSV(B) | 31.5º | 0.31% | 0.51% | - |
| XYZ | 17.04 | 17.17 | 12.31 | - |
| YUV | 115.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 91 | 0 | 0.15 | 0.31 | 0.49 | 31.5 | 0.18 | 0.44 |
| Hex | 83 | 70 | 5B | 0 | F | 1F | 31 | 1F | 12 | 2C |
| Octal | 203 | 160 | 133 | 0 | 17 | 37 | 61 | 37 | 22 | 54 |
| Binary | 10000011 | 1110000 | 1011011 | 0 | 1111 | 11111 | 110001 | 11111 | 10010 | 101100 |
Color Harmonies of #83705B
Complementary color
Monochromatic Colors of #83705B
Black with #83705B
Text Example
Text Example
White with #83705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83705B; }
p { color: rgb(131,112,91); }
H1.HeaderClassName
{
color: #83705B;
}
.AnyTagClassName
{
color: #83705B;
}
</style>
background-color css
<style>
a { background-color: #83705B; }
a { background-color: rgb(131,112,91); }
div.DivClassName
{
background-color: #83705B;
}
.BgClassName
{
background-color: #83705B;
}
</style>
border-color css
<style>
span { border-color: #83705B; }
span { border-color: rgb(131,112,91); }
td.TdClassName
{
border-color: #83705B;
}
.TagClassName
{
border-color: #83705B;
}
</style>