Shades of Donkey Brown #826D5B
Tints of Donkey Brown #826D5B
RGB
CMYK
RGB Variations
Color information
#826D5B (or 0x826D5B) is known color: Donkey Brown. HEX triplet: 82, 6D and 5B. RGB value is (130,109,91). Sum of RGB (Red+Green+Blue) = 130+109+91=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #826D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D5B is #7D92A4. Grayscale: #717171. Windows color (decimal): -8229541 or 5991810. OLE color: 5991810.
HSL color Cylindrical-coordinate representation of color #826D5B: hue angle of 27.69º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #826D5B is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 109 | 91 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.49 |
| HSL | 27.69º | 0.18% | 0.43% | - |
| HSV(B) | 27.69º | 0.3% | 0.51% | - |
| XYZ | 16.56 | 16.44 | 12.2 | - |
| YUV | 113.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 91 | 0 | 0.16 | 0.30 | 0.49 | 27.69 | 0.18 | 0.43 |
| Hex | 82 | 6D | 5B | 0 | 10 | 1E | 31 | 1C | 12 | 2B |
| Octal | 202 | 155 | 133 | 0 | 20 | 36 | 61 | 34 | 22 | 53 |
| Binary | 10000010 | 1101101 | 1011011 | 0 | 10000 | 11110 | 110001 | 11100 | 10010 | 101011 |
Color Harmonies of #826D5B
Complementary color
Monochromatic Colors of #826D5B
Black with #826D5B
Text Example
Text Example
White with #826D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D5B; }
p { color: rgb(130,109,91); }
H1.HeaderClassName
{
color: #826D5B;
}
.AnyTagClassName
{
color: #826D5B;
}
</style>
background-color css
<style>
a { background-color: #826D5B; }
a { background-color: rgb(130,109,91); }
div.DivClassName
{
background-color: #826D5B;
}
.BgClassName
{
background-color: #826D5B;
}
</style>
border-color css
<style>
span { border-color: #826D5B; }
span { border-color: rgb(130,109,91); }
td.TdClassName
{
border-color: #826D5B;
}
.TagClassName
{
border-color: #826D5B;
}
</style>