Shades of Donkey Brown #826F5C
Tints of Donkey Brown #826F5C
RGB
CMYK
RGB Variations
Color information
#826F5C (or 0x826F5C) is known color: Donkey Brown. HEX triplet: 82, 6F and 5C. RGB value is (130,111,92). Sum of RGB (Red+Green+Blue) = 130+111+92=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F5C is #7D90A3. Grayscale: #727272. Windows color (decimal): -8229028 or 6057858. OLE color: 6057858.
HSL color Cylindrical-coordinate representation of color #826F5C: hue angle of 30º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #826F5C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 92 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.49 |
| HSL | 30º | 0.17% | 0.44% | - |
| HSV(B) | 30º | 0.29% | 0.51% | - |
| XYZ | 16.82 | 16.89 | 12.5 | - |
| YUV | 114.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 92 | 0 | 0.15 | 0.29 | 0.49 | 30 | 0.17 | 0.44 |
| Hex | 82 | 6F | 5C | 0 | F | 1D | 31 | 1E | 11 | 2C |
| Octal | 202 | 157 | 134 | 0 | 17 | 35 | 61 | 36 | 21 | 54 |
| Binary | 10000010 | 1101111 | 1011100 | 0 | 1111 | 11101 | 110001 | 11110 | 10001 | 101100 |
Color Harmonies of #826F5C
Complementary color
Monochromatic Colors of #826F5C
Black with #826F5C
Text Example
Text Example
White with #826F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F5C; }
p { color: rgb(130,111,92); }
H1.HeaderClassName
{
color: #826F5C;
}
.AnyTagClassName
{
color: #826F5C;
}
</style>
background-color css
<style>
a { background-color: #826F5C; }
a { background-color: rgb(130,111,92); }
div.DivClassName
{
background-color: #826F5C;
}
.BgClassName
{
background-color: #826F5C;
}
</style>
border-color css
<style>
span { border-color: #826F5C; }
span { border-color: rgb(130,111,92); }
td.TdClassName
{
border-color: #826F5C;
}
.TagClassName
{
border-color: #826F5C;
}
</style>