Shades of Donkey Brown #857063
Tints of Donkey Brown #857063
RGB
CMYK
RGB Variations
Color information
#857063 (or 0x857063) is known color: Donkey Brown. HEX triplet: 85, 70 and 63. RGB value is (133,112,99). Sum of RGB (Red+Green+Blue) = 133+112+99=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #857063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857063 is #7A8F9C. Grayscale: #747474. Windows color (decimal): -8032157 or 6516869. OLE color: 6516869.
HSL color Cylindrical-coordinate representation of color #857063: hue angle of 22.94º 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 #857063 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 99 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.48 |
| HSL | 22.94º | 0.15% | 0.45% | - |
| HSV(B) | 22.94º | 0.26% | 0.52% | - |
| XYZ | 17.72 | 17.48 | 14.24 | - |
| YUV | 116.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 99 | 0 | 0.16 | 0.26 | 0.48 | 22.94 | 0.15 | 0.45 |
| Hex | 85 | 70 | 63 | 0 | 10 | 1A | 30 | 17 | F | 2D |
| Octal | 205 | 160 | 143 | 0 | 20 | 32 | 60 | 27 | 17 | 55 |
| Binary | 10000101 | 1110000 | 1100011 | 0 | 10000 | 11010 | 110000 | 10111 | 1111 | 101101 |
Color Harmonies of #857063
Complementary color
Monochromatic Colors of #857063
Black with #857063
Text Example
Text Example
White with #857063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857063; }
p { color: rgb(133,112,99); }
H1.HeaderClassName
{
color: #857063;
}
.AnyTagClassName
{
color: #857063;
}
</style>
background-color css
<style>
a { background-color: #857063; }
a { background-color: rgb(133,112,99); }
div.DivClassName
{
background-color: #857063;
}
.BgClassName
{
background-color: #857063;
}
</style>
border-color css
<style>
span { border-color: #857063; }
span { border-color: rgb(133,112,99); }
td.TdClassName
{
border-color: #857063;
}
.TagClassName
{
border-color: #857063;
}
</style>