Shades of Donkey Brown #826D5F
Tints of Donkey Brown #826D5F
RGB
CMYK
RGB Variations
Color information
#826D5F (or 0x826D5F) is known color: Donkey Brown. HEX triplet: 82, 6D and 5F. RGB value is (130,109,95). Sum of RGB (Red+Green+Blue) = 130+109+95=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D5F is #7D92A0. Grayscale: #717171. Windows color (decimal): -8229537 or 6253954. OLE color: 6253954.
HSL color Cylindrical-coordinate representation of color #826D5F: hue angle of 24º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826D5F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 109 | 95 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.49 |
| HSL | 24º | 0.16% | 0.44% | - |
| HSV(B) | 24º | 0.27% | 0.51% | - |
| XYZ | 16.74 | 16.51 | 13.13 | - |
| YUV | 113.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 95 | 0 | 0.16 | 0.27 | 0.49 | 24 | 0.16 | 0.44 |
| Hex | 82 | 6D | 5F | 0 | 10 | 1B | 31 | 18 | 10 | 2C |
| Octal | 202 | 155 | 137 | 0 | 20 | 33 | 61 | 30 | 20 | 54 |
| Binary | 10000010 | 1101101 | 1011111 | 0 | 10000 | 11011 | 110001 | 11000 | 10000 | 101100 |
Color Harmonies of #826D5F
Complementary color
Monochromatic Colors of #826D5F
Black with #826D5F
Text Example
Text Example
White with #826D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826D5F; }
p { color: rgb(130,109,95); }
H1.HeaderClassName
{
color: #826D5F;
}
.AnyTagClassName
{
color: #826D5F;
}
</style>
background-color css
<style>
a { background-color: #826D5F; }
a { background-color: rgb(130,109,95); }
div.DivClassName
{
background-color: #826D5F;
}
.BgClassName
{
background-color: #826D5F;
}
</style>
border-color css
<style>
span { border-color: #826D5F; }
span { border-color: rgb(130,109,95); }
td.TdClassName
{
border-color: #826D5F;
}
.TagClassName
{
border-color: #826D5F;
}
</style>