Shades of Donkey Brown #81715F
Tints of Donkey Brown #81715F
RGB
CMYK
RGB Variations
Color information
#81715F (or 0x81715F) is known color: Donkey Brown. HEX triplet: 81, 71 and 5F. RGB value is (129,113,95). Sum of RGB (Red+Green+Blue) = 129+113+95=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #81715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81715F is #7E8EA0. Grayscale: #737373. Windows color (decimal): -8294049 or 6254977. OLE color: 6254977.
HSL color Cylindrical-coordinate representation of color #81715F: hue angle of 31.76º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81715F is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 95 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.49 |
| HSL | 31.76º | 0.15% | 0.44% | - |
| HSV(B) | 31.76º | 0.26% | 0.51% | - |
| XYZ | 17.02 | 17.3 | 13.27 | - |
| YUV | 115.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 95 | 0 | 0.12 | 0.26 | 0.49 | 31.76 | 0.15 | 0.44 |
| Hex | 81 | 71 | 5F | 0 | C | 1A | 31 | 20 | F | 2C |
| Octal | 201 | 161 | 137 | 0 | 14 | 32 | 61 | 40 | 17 | 54 |
| Binary | 10000001 | 1110001 | 1011111 | 0 | 1100 | 11010 | 110001 | 100000 | 1111 | 101100 |
Color Harmonies of #81715F
Complementary color
Monochromatic Colors of #81715F
Black with #81715F
Text Example
Text Example
White with #81715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81715F; }
p { color: rgb(129,113,95); }
H1.HeaderClassName
{
color: #81715F;
}
.AnyTagClassName
{
color: #81715F;
}
</style>
background-color css
<style>
a { background-color: #81715F; }
a { background-color: rgb(129,113,95); }
div.DivClassName
{
background-color: #81715F;
}
.BgClassName
{
background-color: #81715F;
}
</style>
border-color css
<style>
span { border-color: #81715F; }
span { border-color: rgb(129,113,95); }
td.TdClassName
{
border-color: #81715F;
}
.TagClassName
{
border-color: #81715F;
}
</style>