Shades of Beaver #8D705D
Tints of Beaver #8D705D
RGB
CMYK
RGB Variations
Color information
#8D705D (or 0x8D705D) is known color: Beaver. HEX triplet: 8D, 70 and 5D. RGB value is (141,112,93). Sum of RGB (Red+Green+Blue) = 141+112+93=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D705D is #728FA2. Grayscale: #767676. Windows color (decimal): -7507875 or 6123661. OLE color: 6123661.
HSL color Cylindrical-coordinate representation of color #8D705D: hue angle of 23.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D705D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 93 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.45 |
| HSL | 23.75º | 0.21% | 0.46% | - |
| HSV(B) | 23.75º | 0.34% | 0.55% | - |
| XYZ | 18.75 | 18.04 | 12.85 | - |
| YUV | 118.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 93 | 0 | 0.21 | 0.34 | 0.45 | 23.75 | 0.21 | 0.46 |
| Hex | 8D | 70 | 5D | 0 | 15 | 22 | 2D | 18 | 15 | 2E |
| Octal | 215 | 160 | 135 | 0 | 25 | 42 | 55 | 30 | 25 | 56 |
| Binary | 10001101 | 1110000 | 1011101 | 0 | 10101 | 100010 | 101101 | 11000 | 10101 | 101110 |
Color Harmonies of #8D705D
Complementary color
Monochromatic Colors of #8D705D
Black with #8D705D
Text Example
Text Example
White with #8D705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D705D; }
p { color: rgb(141,112,93); }
H1.HeaderClassName
{
color: #8D705D;
}
.AnyTagClassName
{
color: #8D705D;
}
</style>
background-color css
<style>
a { background-color: #8D705D; }
a { background-color: rgb(141,112,93); }
div.DivClassName
{
background-color: #8D705D;
}
.BgClassName
{
background-color: #8D705D;
}
</style>
border-color css
<style>
span { border-color: #8D705D; }
span { border-color: rgb(141,112,93); }
td.TdClassName
{
border-color: #8D705D;
}
.TagClassName
{
border-color: #8D705D;
}
</style>