Shades of Donkey Brown #8B725D
Tints of Donkey Brown #8B725D
RGB
CMYK
RGB Variations
Color information
#8B725D (or 0x8B725D) is known color: Donkey Brown. HEX triplet: 8B, 72 and 5D. RGB value is (139,114,93). Sum of RGB (Red+Green+Blue) = 139+114+93=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B725D is #748DA2. Grayscale: #777777. Windows color (decimal): -7638435 or 6124171. OLE color: 6124171.
HSL color Cylindrical-coordinate representation of color #8B725D: hue angle of 27.39º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B725D is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 93 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.45 |
| HSL | 27.39º | 0.2% | 0.45% | - |
| HSV(B) | 27.39º | 0.33% | 0.55% | - |
| XYZ | 18.64 | 18.31 | 12.91 | - |
| YUV | 119.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 93 | 0 | 0.18 | 0.33 | 0.45 | 27.39 | 0.2 | 0.45 |
| Hex | 8B | 72 | 5D | 0 | 12 | 21 | 2D | 1B | 14 | 2D |
| Octal | 213 | 162 | 135 | 0 | 22 | 41 | 55 | 33 | 24 | 55 |
| Binary | 10001011 | 1110010 | 1011101 | 0 | 10010 | 100001 | 101101 | 11011 | 10100 | 101101 |
Color Harmonies of #8B725D
Complementary color
Monochromatic Colors of #8B725D
Black with #8B725D
Text Example
Text Example
White with #8B725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B725D; }
p { color: rgb(139,114,93); }
H1.HeaderClassName
{
color: #8B725D;
}
.AnyTagClassName
{
color: #8B725D;
}
</style>
background-color css
<style>
a { background-color: #8B725D; }
a { background-color: rgb(139,114,93); }
div.DivClassName
{
background-color: #8B725D;
}
.BgClassName
{
background-color: #8B725D;
}
</style>
border-color css
<style>
span { border-color: #8B725D; }
span { border-color: rgb(139,114,93); }
td.TdClassName
{
border-color: #8B725D;
}
.TagClassName
{
border-color: #8B725D;
}
</style>