Shades of Donkey Brown #807163
Tints of Donkey Brown #807163
RGB
CMYK
RGB Variations
Color information
#807163 (or 0x807163) is known color: Donkey Brown. HEX triplet: 80, 71 and 63. RGB value is (128,113,99). Sum of RGB (Red+Green+Blue) = 128+113+99=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #807163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807163 is #7F8E9C. Grayscale: #737373. Windows color (decimal): -8359581 or 6517120. OLE color: 6517120.
HSL color Cylindrical-coordinate representation of color #807163: hue angle of 28.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #807163 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 99 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.50 |
| HSL | 28.97º | 0.13% | 0.45% | - |
| HSV(B) | 28.97º | 0.23% | 0.5% | - |
| XYZ | 17.06 | 17.3 | 14.24 | - |
| YUV | 115.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 99 | 0 | 0.12 | 0.23 | 0.50 | 28.97 | 0.13 | 0.45 |
| Hex | 80 | 71 | 63 | 0 | C | 17 | 32 | 1D | D | 2D |
| Octal | 200 | 161 | 143 | 0 | 14 | 27 | 62 | 35 | 15 | 55 |
| Binary | 10000000 | 1110001 | 1100011 | 0 | 1100 | 10111 | 110010 | 11101 | 1101 | 101101 |
Color Harmonies of #807163
Complementary color
Monochromatic Colors of #807163
Black with #807163
Text Example
Text Example
White with #807163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807163; }
p { color: rgb(128,113,99); }
H1.HeaderClassName
{
color: #807163;
}
.AnyTagClassName
{
color: #807163;
}
</style>
background-color css
<style>
a { background-color: #807163; }
a { background-color: rgb(128,113,99); }
div.DivClassName
{
background-color: #807163;
}
.BgClassName
{
background-color: #807163;
}
</style>
border-color css
<style>
span { border-color: #807163; }
span { border-color: rgb(128,113,99); }
td.TdClassName
{
border-color: #807163;
}
.TagClassName
{
border-color: #807163;
}
</style>