Shades of Donkey Brown #827064
Tints of Donkey Brown #827064
RGB
CMYK
RGB Variations
Color information
#827064 (or 0x827064) is known color: Donkey Brown. HEX triplet: 82, 70 and 64. RGB value is (130,112,100). Sum of RGB (Red+Green+Blue) = 130+112+100=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827064 is #7D8F9B. Grayscale: #747474. Windows color (decimal): -8228764 or 6582402. OLE color: 6582402.
HSL color Cylindrical-coordinate representation of color #827064: hue angle of 24º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827064 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 100 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.49 |
| HSL | 24º | 0.13% | 0.45% | - |
| HSV(B) | 24º | 0.23% | 0.51% | - |
| XYZ | 17.3 | 17.25 | 14.48 | - |
| YUV | 116.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 100 | 0 | 0.14 | 0.23 | 0.49 | 24 | 0.13 | 0.45 |
| Hex | 82 | 70 | 64 | 0 | E | 17 | 31 | 18 | D | 2D |
| Octal | 202 | 160 | 144 | 0 | 16 | 27 | 61 | 30 | 15 | 55 |
| Binary | 10000010 | 1110000 | 1100100 | 0 | 1110 | 10111 | 110001 | 11000 | 1101 | 101101 |
Color Harmonies of #827064
Complementary color
Monochromatic Colors of #827064
Black with #827064
Text Example
Text Example
White with #827064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827064; }
p { color: rgb(130,112,100); }
H1.HeaderClassName
{
color: #827064;
}
.AnyTagClassName
{
color: #827064;
}
</style>
background-color css
<style>
a { background-color: #827064; }
a { background-color: rgb(130,112,100); }
div.DivClassName
{
background-color: #827064;
}
.BgClassName
{
background-color: #827064;
}
</style>
border-color css
<style>
span { border-color: #827064; }
span { border-color: rgb(130,112,100); }
td.TdClassName
{
border-color: #827064;
}
.TagClassName
{
border-color: #827064;
}
</style>