Shades of Donkey Brown #856D59
Tints of Donkey Brown #856D59
RGB
CMYK
RGB Variations
Color information
#856D59 (or 0x856D59) is known color: Donkey Brown. HEX triplet: 85, 6D and 59. RGB value is (133,109,89). Sum of RGB (Red+Green+Blue) = 133+109+89=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D59 is #7A92A6. Grayscale: #727272. Windows color (decimal): -8032935 or 5860741. OLE color: 5860741.
HSL color Cylindrical-coordinate representation of color #856D59: hue angle of 27.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856D59 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 89 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.48 |
| HSL | 27.27º | 0.2% | 0.44% | - |
| HSV(B) | 27.27º | 0.33% | 0.52% | - |
| XYZ | 16.94 | 16.65 | 11.77 | - |
| YUV | 113.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 89 | 0 | 0.18 | 0.33 | 0.48 | 27.27 | 0.2 | 0.44 |
| Hex | 85 | 6D | 59 | 0 | 12 | 21 | 30 | 1B | 14 | 2C |
| Octal | 205 | 155 | 131 | 0 | 22 | 41 | 60 | 33 | 24 | 54 |
| Binary | 10000101 | 1101101 | 1011001 | 0 | 10010 | 100001 | 110000 | 11011 | 10100 | 101100 |
Color Harmonies of #856D59
Complementary color
Monochromatic Colors of #856D59
Black with #856D59
Text Example
Text Example
White with #856D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D59; }
p { color: rgb(133,109,89); }
H1.HeaderClassName
{
color: #856D59;
}
.AnyTagClassName
{
color: #856D59;
}
</style>
background-color css
<style>
a { background-color: #856D59; }
a { background-color: rgb(133,109,89); }
div.DivClassName
{
background-color: #856D59;
}
.BgClassName
{
background-color: #856D59;
}
</style>
border-color css
<style>
span { border-color: #856D59; }
span { border-color: rgb(133,109,89); }
td.TdClassName
{
border-color: #856D59;
}
.TagClassName
{
border-color: #856D59;
}
</style>