Shades of Donkey Brown #836D5D
Tints of Donkey Brown #836D5D
RGB
CMYK
RGB Variations
Color information
#836D5D (or 0x836D5D) is known color: Donkey Brown. HEX triplet: 83, 6D and 5D. RGB value is (131,109,93). Sum of RGB (Red+Green+Blue) = 131+109+93=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #836D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D5D is #7C92A2. Grayscale: #717171. Windows color (decimal): -8164003 or 6122883. OLE color: 6122883.
HSL color Cylindrical-coordinate representation of color #836D5D: hue angle of 25.26º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #836D5D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 93 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.49 |
| HSL | 25.26º | 0.17% | 0.44% | - |
| HSV(B) | 25.26º | 0.29% | 0.51% | - |
| XYZ | 16.8 | 16.55 | 12.67 | - |
| YUV | 113.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 93 | 0 | 0.17 | 0.29 | 0.49 | 25.26 | 0.17 | 0.44 |
| Hex | 83 | 6D | 5D | 0 | 11 | 1D | 31 | 19 | 11 | 2C |
| Octal | 203 | 155 | 135 | 0 | 21 | 35 | 61 | 31 | 21 | 54 |
| Binary | 10000011 | 1101101 | 1011101 | 0 | 10001 | 11101 | 110001 | 11001 | 10001 | 101100 |
Color Harmonies of #836D5D
Complementary color
Monochromatic Colors of #836D5D
Black with #836D5D
Text Example
Text Example
White with #836D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D5D; }
p { color: rgb(131,109,93); }
H1.HeaderClassName
{
color: #836D5D;
}
.AnyTagClassName
{
color: #836D5D;
}
</style>
background-color css
<style>
a { background-color: #836D5D; }
a { background-color: rgb(131,109,93); }
div.DivClassName
{
background-color: #836D5D;
}
.BgClassName
{
background-color: #836D5D;
}
</style>
border-color css
<style>
span { border-color: #836D5D; }
span { border-color: rgb(131,109,93); }
td.TdClassName
{
border-color: #836D5D;
}
.TagClassName
{
border-color: #836D5D;
}
</style>