Shades of Donkey Brown #856D58
Tints of Donkey Brown #856D58
RGB
CMYK
RGB Variations
Color information
#856D58 (or 0x856D58) is known color: Donkey Brown. HEX triplet: 85, 6D and 58. RGB value is (133,109,88). Sum of RGB (Red+Green+Blue) = 133+109+88=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #856D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D58 is #7A92A7. Grayscale: #717171. Windows color (decimal): -8032936 or 5795205. OLE color: 5795205.
HSL color Cylindrical-coordinate representation of color #856D58: hue angle of 28º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #856D58 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 88 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.48 |
| HSL | 28º | 0.2% | 0.43% | - |
| HSV(B) | 28º | 0.34% | 0.52% | - |
| XYZ | 16.9 | 16.63 | 11.55 | - |
| YUV | 113.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 88 | 0 | 0.18 | 0.34 | 0.48 | 28 | 0.2 | 0.43 |
| Hex | 85 | 6D | 58 | 0 | 12 | 22 | 30 | 1C | 14 | 2B |
| Octal | 205 | 155 | 130 | 0 | 22 | 42 | 60 | 34 | 24 | 53 |
| Binary | 10000101 | 1101101 | 1011000 | 0 | 10010 | 100010 | 110000 | 11100 | 10100 | 101011 |
Color Harmonies of #856D58
Complementary color
Monochromatic Colors of #856D58
Black with #856D58
Text Example
Text Example
White with #856D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D58; }
p { color: rgb(133,109,88); }
H1.HeaderClassName
{
color: #856D58;
}
.AnyTagClassName
{
color: #856D58;
}
</style>
background-color css
<style>
a { background-color: #856D58; }
a { background-color: rgb(133,109,88); }
div.DivClassName
{
background-color: #856D58;
}
.BgClassName
{
background-color: #856D58;
}
</style>
border-color css
<style>
span { border-color: #856D58; }
span { border-color: rgb(133,109,88); }
td.TdClassName
{
border-color: #856D58;
}
.TagClassName
{
border-color: #856D58;
}
</style>