Shades of Donkey Brown #826F5F
Tints of Donkey Brown #826F5F
RGB
CMYK
RGB Variations
Color information
#826F5F (or 0x826F5F) is known color: Donkey Brown. HEX triplet: 82, 6F and 5F. RGB value is (130,111,95). Sum of RGB (Red+Green+Blue) = 130+111+95=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #826F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F5F is #7D90A0. Grayscale: #727272. Windows color (decimal): -8229025 or 6254466. OLE color: 6254466.
HSL color Cylindrical-coordinate representation of color #826F5F: hue angle of 27.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826F5F is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 95 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.49 |
| HSL | 27.43º | 0.16% | 0.44% | - |
| HSV(B) | 27.43º | 0.27% | 0.51% | - |
| XYZ | 16.96 | 16.94 | 13.2 | - |
| YUV | 114.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 95 | 0 | 0.15 | 0.27 | 0.49 | 27.43 | 0.16 | 0.44 |
| Hex | 82 | 6F | 5F | 0 | F | 1B | 31 | 1B | 10 | 2C |
| Octal | 202 | 157 | 137 | 0 | 17 | 33 | 61 | 33 | 20 | 54 |
| Binary | 10000010 | 1101111 | 1011111 | 0 | 1111 | 11011 | 110001 | 11011 | 10000 | 101100 |
Color Harmonies of #826F5F
Complementary color
Monochromatic Colors of #826F5F
Black with #826F5F
Text Example
Text Example
White with #826F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F5F; }
p { color: rgb(130,111,95); }
H1.HeaderClassName
{
color: #826F5F;
}
.AnyTagClassName
{
color: #826F5F;
}
</style>
background-color css
<style>
a { background-color: #826F5F; }
a { background-color: rgb(130,111,95); }
div.DivClassName
{
background-color: #826F5F;
}
.BgClassName
{
background-color: #826F5F;
}
</style>
border-color css
<style>
span { border-color: #826F5F; }
span { border-color: rgb(130,111,95); }
td.TdClassName
{
border-color: #826F5F;
}
.TagClassName
{
border-color: #826F5F;
}
</style>