Shades of Donkey Brown #826B59
Tints of Donkey Brown #826B59
RGB
CMYK
RGB Variations
Color information
#826B59 (or 0x826B59) is known color: Donkey Brown. HEX triplet: 82, 6B and 59. RGB value is (130,107,89). Sum of RGB (Red+Green+Blue) = 130+107+89=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B59 is #7D94A6. Grayscale: #6F6F6F. Windows color (decimal): -8230055 or 5860226. OLE color: 5860226.
HSL color Cylindrical-coordinate representation of color #826B59: hue angle of 26.34º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826B59 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 89 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.49 |
| HSL | 26.34º | 0.19% | 0.43% | - |
| HSV(B) | 26.34º | 0.32% | 0.51% | - |
| XYZ | 16.27 | 15.98 | 11.68 | - |
| YUV | 111.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 89 | 0 | 0.18 | 0.32 | 0.49 | 26.34 | 0.19 | 0.43 |
| Hex | 82 | 6B | 59 | 0 | 12 | 20 | 31 | 1A | 13 | 2B |
| Octal | 202 | 153 | 131 | 0 | 22 | 40 | 61 | 32 | 23 | 53 |
| Binary | 10000010 | 1101011 | 1011001 | 0 | 10010 | 100000 | 110001 | 11010 | 10011 | 101011 |
Color Harmonies of #826B59
Complementary color
Monochromatic Colors of #826B59
Black with #826B59
Text Example
Text Example
White with #826B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B59; }
p { color: rgb(130,107,89); }
H1.HeaderClassName
{
color: #826B59;
}
.AnyTagClassName
{
color: #826B59;
}
</style>
background-color css
<style>
a { background-color: #826B59; }
a { background-color: rgb(130,107,89); }
div.DivClassName
{
background-color: #826B59;
}
.BgClassName
{
background-color: #826B59;
}
</style>
border-color css
<style>
span { border-color: #826B59; }
span { border-color: rgb(130,107,89); }
td.TdClassName
{
border-color: #826B59;
}
.TagClassName
{
border-color: #826B59;
}
</style>