Shades of Donkey Brown #826C5A
Tints of Donkey Brown #826C5A
RGB
CMYK
RGB Variations
Color information
#826C5A (or 0x826C5A) is known color: Donkey Brown. HEX triplet: 82, 6C and 5A. RGB value is (130,108,90). Sum of RGB (Red+Green+Blue) = 130+108+90=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C5A is #7D93A5. Grayscale: #707070. Windows color (decimal): -8229798 or 5926018. OLE color: 5926018.
HSL color Cylindrical-coordinate representation of color #826C5A: hue angle of 27º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #826C5A is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 90 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.49 |
| HSL | 27º | 0.18% | 0.43% | - |
| HSV(B) | 27º | 0.31% | 0.51% | - |
| XYZ | 16.41 | 16.21 | 11.94 | - |
| YUV | 112.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 90 | 0 | 0.17 | 0.31 | 0.49 | 27 | 0.18 | 0.43 |
| Hex | 82 | 6C | 5A | 0 | 11 | 1F | 31 | 1B | 12 | 2B |
| Octal | 202 | 154 | 132 | 0 | 21 | 37 | 61 | 33 | 22 | 53 |
| Binary | 10000010 | 1101100 | 1011010 | 0 | 10001 | 11111 | 110001 | 11011 | 10010 | 101011 |
Color Harmonies of #826C5A
Complementary color
Monochromatic Colors of #826C5A
Black with #826C5A
Text Example
Text Example
White with #826C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C5A; }
p { color: rgb(130,108,90); }
H1.HeaderClassName
{
color: #826C5A;
}
.AnyTagClassName
{
color: #826C5A;
}
</style>
background-color css
<style>
a { background-color: #826C5A; }
a { background-color: rgb(130,108,90); }
div.DivClassName
{
background-color: #826C5A;
}
.BgClassName
{
background-color: #826C5A;
}
</style>
border-color css
<style>
span { border-color: #826C5A; }
span { border-color: rgb(130,108,90); }
td.TdClassName
{
border-color: #826C5A;
}
.TagClassName
{
border-color: #826C5A;
}
</style>