Shades of Donkey Brown #84705B
Tints of Donkey Brown #84705B
RGB
CMYK
RGB Variations
Color information
#84705B (or 0x84705B) is known color: Donkey Brown. HEX triplet: 84, 70 and 5B. RGB value is (132,112,91). Sum of RGB (Red+Green+Blue) = 132+112+91=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #84705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84705B is #7B8FA4. Grayscale: #737373. Windows color (decimal): -8097701 or 5992580. OLE color: 5992580.
HSL color Cylindrical-coordinate representation of color #84705B: hue angle of 30.73º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84705B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 91 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.48 |
| HSL | 30.73º | 0.18% | 0.44% | - |
| HSV(B) | 30.73º | 0.31% | 0.52% | - |
| XYZ | 17.2 | 17.25 | 12.32 | - |
| YUV | 115.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 91 | 0 | 0.15 | 0.31 | 0.48 | 30.73 | 0.18 | 0.44 |
| Hex | 84 | 70 | 5B | 0 | F | 1F | 30 | 1F | 12 | 2C |
| Octal | 204 | 160 | 133 | 0 | 17 | 37 | 60 | 37 | 22 | 54 |
| Binary | 10000100 | 1110000 | 1011011 | 0 | 1111 | 11111 | 110000 | 11111 | 10010 | 101100 |
Color Harmonies of #84705B
Complementary color
Monochromatic Colors of #84705B
Black with #84705B
Text Example
Text Example
White with #84705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84705B; }
p { color: rgb(132,112,91); }
H1.HeaderClassName
{
color: #84705B;
}
.AnyTagClassName
{
color: #84705B;
}
</style>
background-color css
<style>
a { background-color: #84705B; }
a { background-color: rgb(132,112,91); }
div.DivClassName
{
background-color: #84705B;
}
.BgClassName
{
background-color: #84705B;
}
</style>
border-color css
<style>
span { border-color: #84705B; }
span { border-color: rgb(132,112,91); }
td.TdClassName
{
border-color: #84705B;
}
.TagClassName
{
border-color: #84705B;
}
</style>