Shades of Donkey Brown #827060
Tints of Donkey Brown #827060
RGB
CMYK
RGB Variations
Color information
#827060 (or 0x827060) is known color: Donkey Brown. HEX triplet: 82, 70 and 60. RGB value is (130,112,96). Sum of RGB (Red+Green+Blue) = 130+112+96=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827060 is #7D8F9F. Grayscale: #737373. Windows color (decimal): -8228768 or 6320258. OLE color: 6320258.
HSL color Cylindrical-coordinate representation of color #827060: hue angle of 28.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #827060 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 96 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.49 |
| HSL | 28.24º | 0.15% | 0.44% | - |
| HSV(B) | 28.24º | 0.26% | 0.51% | - |
| XYZ | 17.11 | 17.18 | 13.48 | - |
| YUV | 115.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 96 | 0 | 0.14 | 0.26 | 0.49 | 28.24 | 0.15 | 0.44 |
| Hex | 82 | 70 | 60 | 0 | E | 1A | 31 | 1C | F | 2C |
| Octal | 202 | 160 | 140 | 0 | 16 | 32 | 61 | 34 | 17 | 54 |
| Binary | 10000010 | 1110000 | 1100000 | 0 | 1110 | 11010 | 110001 | 11100 | 1111 | 101100 |
Color Harmonies of #827060
Complementary color
Monochromatic Colors of #827060
Black with #827060
Text Example
Text Example
White with #827060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827060; }
p { color: rgb(130,112,96); }
H1.HeaderClassName
{
color: #827060;
}
.AnyTagClassName
{
color: #827060;
}
</style>
background-color css
<style>
a { background-color: #827060; }
a { background-color: rgb(130,112,96); }
div.DivClassName
{
background-color: #827060;
}
.BgClassName
{
background-color: #827060;
}
</style>
border-color css
<style>
span { border-color: #827060; }
span { border-color: rgb(130,112,96); }
td.TdClassName
{
border-color: #827060;
}
.TagClassName
{
border-color: #827060;
}
</style>