Shades of Donkey Brown #856B55
Tints of Donkey Brown #856B55
RGB
CMYK
RGB Variations
Color information
#856B55 (or 0x856B55) is known color: Donkey Brown. HEX triplet: 85, 6B and 55. RGB value is (133,107,85). Sum of RGB (Red+Green+Blue) = 133+107+85=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B55 is #7A94AA. Grayscale: #707070. Windows color (decimal): -8033451 or 5598085. OLE color: 5598085.
HSL color Cylindrical-coordinate representation of color #856B55: hue angle of 27.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856B55 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 85 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.48 |
| HSL | 27.5º | 0.22% | 0.43% | - |
| HSV(B) | 27.5º | 0.36% | 0.52% | - |
| XYZ | 16.57 | 16.16 | 10.84 | - |
| YUV | 112.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 85 | 0 | 0.20 | 0.36 | 0.48 | 27.5 | 0.22 | 0.43 |
| Hex | 85 | 6B | 55 | 0 | 14 | 24 | 30 | 1C | 16 | 2B |
| Octal | 205 | 153 | 125 | 0 | 24 | 44 | 60 | 34 | 26 | 53 |
| Binary | 10000101 | 1101011 | 1010101 | 0 | 10100 | 100100 | 110000 | 11100 | 10110 | 101011 |
Color Harmonies of #856B55
Complementary color
Monochromatic Colors of #856B55
Black with #856B55
Text Example
Text Example
White with #856B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B55; }
p { color: rgb(133,107,85); }
H1.HeaderClassName
{
color: #856B55;
}
.AnyTagClassName
{
color: #856B55;
}
</style>
background-color css
<style>
a { background-color: #856B55; }
a { background-color: rgb(133,107,85); }
div.DivClassName
{
background-color: #856B55;
}
.BgClassName
{
background-color: #856B55;
}
</style>
border-color css
<style>
span { border-color: #856B55; }
span { border-color: rgb(133,107,85); }
td.TdClassName
{
border-color: #856B55;
}
.TagClassName
{
border-color: #856B55;
}
</style>