Shades of Donkey Brown #826B58
Tints of Donkey Brown #826B58
RGB
CMYK
RGB Variations
Color information
#826B58 (or 0x826B58) is known color: Donkey Brown. HEX triplet: 82, 6B and 58. RGB value is (130,107,88). Sum of RGB (Red+Green+Blue) = 130+107+88=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #826B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B58 is #7D94A7. Grayscale: #6F6F6F. Windows color (decimal): -8230056 or 5794690. OLE color: 5794690.
HSL color Cylindrical-coordinate representation of color #826B58: hue angle of 27.14º 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 #826B58 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 88 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.49 |
| HSL | 27.14º | 0.19% | 0.43% | - |
| HSV(B) | 27.14º | 0.32% | 0.51% | - |
| XYZ | 16.23 | 15.97 | 11.46 | - |
| YUV | 111.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 88 | 0 | 0.18 | 0.32 | 0.49 | 27.14 | 0.19 | 0.43 |
| Hex | 82 | 6B | 58 | 0 | 12 | 20 | 31 | 1B | 13 | 2B |
| Octal | 202 | 153 | 130 | 0 | 22 | 40 | 61 | 33 | 23 | 53 |
| Binary | 10000010 | 1101011 | 1011000 | 0 | 10010 | 100000 | 110001 | 11011 | 10011 | 101011 |
Color Harmonies of #826B58
Complementary color
Monochromatic Colors of #826B58
Black with #826B58
Text Example
Text Example
White with #826B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B58; }
p { color: rgb(130,107,88); }
H1.HeaderClassName
{
color: #826B58;
}
.AnyTagClassName
{
color: #826B58;
}
</style>
background-color css
<style>
a { background-color: #826B58; }
a { background-color: rgb(130,107,88); }
div.DivClassName
{
background-color: #826B58;
}
.BgClassName
{
background-color: #826B58;
}
</style>
border-color css
<style>
span { border-color: #826B58; }
span { border-color: rgb(130,107,88); }
td.TdClassName
{
border-color: #826B58;
}
.TagClassName
{
border-color: #826B58;
}
</style>