Shades of Donkey Brown #836F5D
Tints of Donkey Brown #836F5D
RGB
CMYK
RGB Variations
Color information
#836F5D (or 0x836F5D) is known color: Donkey Brown. HEX triplet: 83, 6F and 5D. RGB value is (131,111,93). Sum of RGB (Red+Green+Blue) = 131+111+93=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #836F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F5D is #7C90A2. Grayscale: #737373. Windows color (decimal): -8163491 or 6123395. OLE color: 6123395.
HSL color Cylindrical-coordinate representation of color #836F5D: hue angle of 28.42º 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 #836F5D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 93 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.49 |
| HSL | 28.42º | 0.17% | 0.44% | - |
| HSV(B) | 28.42º | 0.29% | 0.51% | - |
| XYZ | 17.02 | 16.98 | 12.74 | - |
| YUV | 114.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 93 | 0 | 0.15 | 0.29 | 0.49 | 28.42 | 0.17 | 0.44 |
| Hex | 83 | 6F | 5D | 0 | F | 1D | 31 | 1C | 11 | 2C |
| Octal | 203 | 157 | 135 | 0 | 17 | 35 | 61 | 34 | 21 | 54 |
| Binary | 10000011 | 1101111 | 1011101 | 0 | 1111 | 11101 | 110001 | 11100 | 10001 | 101100 |
Color Harmonies of #836F5D
Complementary color
Monochromatic Colors of #836F5D
Black with #836F5D
Text Example
Text Example
White with #836F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F5D; }
p { color: rgb(131,111,93); }
H1.HeaderClassName
{
color: #836F5D;
}
.AnyTagClassName
{
color: #836F5D;
}
</style>
background-color css
<style>
a { background-color: #836F5D; }
a { background-color: rgb(131,111,93); }
div.DivClassName
{
background-color: #836F5D;
}
.BgClassName
{
background-color: #836F5D;
}
</style>
border-color css
<style>
span { border-color: #836F5D; }
span { border-color: rgb(131,111,93); }
td.TdClassName
{
border-color: #836F5D;
}
.TagClassName
{
border-color: #836F5D;
}
</style>