Shades of Donkey Brown #826E5D
Tints of Donkey Brown #826E5D
RGB
CMYK
RGB Variations
Color information
#826E5D (or 0x826E5D) is known color: Donkey Brown. HEX triplet: 82, 6E and 5D. RGB value is (130,110,93). Sum of RGB (Red+Green+Blue) = 130+110+93=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E5D is #7D91A2. Grayscale: #727272. Windows color (decimal): -8229283 or 6123138. OLE color: 6123138.
HSL color Cylindrical-coordinate representation of color #826E5D: hue angle of 27.57º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #826E5D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 93 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.49 |
| HSL | 27.57º | 0.17% | 0.44% | - |
| HSV(B) | 27.57º | 0.28% | 0.51% | - |
| XYZ | 16.76 | 16.69 | 12.69 | - |
| YUV | 114.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 93 | 0 | 0.15 | 0.28 | 0.49 | 27.57 | 0.17 | 0.44 |
| Hex | 82 | 6E | 5D | 0 | F | 1C | 31 | 1C | 11 | 2C |
| Octal | 202 | 156 | 135 | 0 | 17 | 34 | 61 | 34 | 21 | 54 |
| Binary | 10000010 | 1101110 | 1011101 | 0 | 1111 | 11100 | 110001 | 11100 | 10001 | 101100 |
Color Harmonies of #826E5D
Complementary color
Monochromatic Colors of #826E5D
Black with #826E5D
Text Example
Text Example
White with #826E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E5D; }
p { color: rgb(130,110,93); }
H1.HeaderClassName
{
color: #826E5D;
}
.AnyTagClassName
{
color: #826E5D;
}
</style>
background-color css
<style>
a { background-color: #826E5D; }
a { background-color: rgb(130,110,93); }
div.DivClassName
{
background-color: #826E5D;
}
.BgClassName
{
background-color: #826E5D;
}
</style>
border-color css
<style>
span { border-color: #826E5D; }
span { border-color: rgb(130,110,93); }
td.TdClassName
{
border-color: #826E5D;
}
.TagClassName
{
border-color: #826E5D;
}
</style>