Shades of Donkey Brown #826F5D
Tints of Donkey Brown #826F5D
RGB
CMYK
RGB Variations
Color information
#826F5D (or 0x826F5D) is known color: Donkey Brown. HEX triplet: 82, 6F and 5D. RGB value is (130,111,93). Sum of RGB (Red+Green+Blue) = 130+111+93=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #826F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F5D is #7D90A2. Grayscale: #727272. Windows color (decimal): -8229027 or 6123394. OLE color: 6123394.
HSL color Cylindrical-coordinate representation of color #826F5D: hue angle of 29.19º 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 #826F5D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 93 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.49 |
| HSL | 29.19º | 0.17% | 0.44% | - |
| HSV(B) | 29.19º | 0.28% | 0.51% | - |
| XYZ | 16.87 | 16.91 | 12.73 | - |
| YUV | 114.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 93 | 0 | 0.15 | 0.28 | 0.49 | 29.19 | 0.17 | 0.44 |
| Hex | 82 | 6F | 5D | 0 | F | 1C | 31 | 1D | 11 | 2C |
| Octal | 202 | 157 | 135 | 0 | 17 | 34 | 61 | 35 | 21 | 54 |
| Binary | 10000010 | 1101111 | 1011101 | 0 | 1111 | 11100 | 110001 | 11101 | 10001 | 101100 |
Color Harmonies of #826F5D
Complementary color
Monochromatic Colors of #826F5D
Black with #826F5D
Text Example
Text Example
White with #826F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F5D; }
p { color: rgb(130,111,93); }
H1.HeaderClassName
{
color: #826F5D;
}
.AnyTagClassName
{
color: #826F5D;
}
</style>
background-color css
<style>
a { background-color: #826F5D; }
a { background-color: rgb(130,111,93); }
div.DivClassName
{
background-color: #826F5D;
}
.BgClassName
{
background-color: #826F5D;
}
</style>
border-color css
<style>
span { border-color: #826F5D; }
span { border-color: rgb(130,111,93); }
td.TdClassName
{
border-color: #826F5D;
}
.TagClassName
{
border-color: #826F5D;
}
</style>