Shades of Donkey Brown #857162
Tints of Donkey Brown #857162
RGB
CMYK
RGB Variations
Color information
#857162 (or 0x857162) is known color: Donkey Brown. HEX triplet: 85, 71 and 62. RGB value is (133,113,98). Sum of RGB (Red+Green+Blue) = 133+113+98=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #857162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857162 is #7A8E9D. Grayscale: #757575. Windows color (decimal): -8031902 or 6451589. OLE color: 6451589.
HSL color Cylindrical-coordinate representation of color #857162: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #857162 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 98 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.48 |
| HSL | 25.71º | 0.15% | 0.45% | - |
| HSV(B) | 25.71º | 0.26% | 0.52% | - |
| XYZ | 17.78 | 17.68 | 14.03 | - |
| YUV | 117.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 98 | 0 | 0.15 | 0.26 | 0.48 | 25.71 | 0.15 | 0.45 |
| Hex | 85 | 71 | 62 | 0 | F | 1A | 30 | 1A | F | 2D |
| Octal | 205 | 161 | 142 | 0 | 17 | 32 | 60 | 32 | 17 | 55 |
| Binary | 10000101 | 1110001 | 1100010 | 0 | 1111 | 11010 | 110000 | 11010 | 1111 | 101101 |
Color Harmonies of #857162
Complementary color
Monochromatic Colors of #857162
Black with #857162
Text Example
Text Example
White with #857162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857162; }
p { color: rgb(133,113,98); }
H1.HeaderClassName
{
color: #857162;
}
.AnyTagClassName
{
color: #857162;
}
</style>
background-color css
<style>
a { background-color: #857162; }
a { background-color: rgb(133,113,98); }
div.DivClassName
{
background-color: #857162;
}
.BgClassName
{
background-color: #857162;
}
</style>
border-color css
<style>
span { border-color: #857162; }
span { border-color: rgb(133,113,98); }
td.TdClassName
{
border-color: #857162;
}
.TagClassName
{
border-color: #857162;
}
</style>