Shades of Beaver #8C705D
Tints of Beaver #8C705D
RGB
CMYK
RGB Variations
Color information
#8C705D (or 0x8C705D) is known color: Beaver. HEX triplet: 8C, 70 and 5D. RGB value is (140,112,93). Sum of RGB (Red+Green+Blue) = 140+112+93=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C705D is #738FA2. Grayscale: #767676. Windows color (decimal): -7573411 or 6123660. OLE color: 6123660.
HSL color Cylindrical-coordinate representation of color #8C705D: hue angle of 24.26º degrees, saturation: 0.2, 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 #8C705D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 93 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.45 |
| HSL | 24.26º | 0.2% | 0.46% | - |
| HSV(B) | 24.26º | 0.34% | 0.55% | - |
| XYZ | 18.59 | 17.95 | 12.84 | - |
| YUV | 118.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 93 | 0 | 0.20 | 0.34 | 0.45 | 24.26 | 0.2 | 0.46 |
| Hex | 8C | 70 | 5D | 0 | 14 | 22 | 2D | 18 | 14 | 2E |
| Octal | 214 | 160 | 135 | 0 | 24 | 42 | 55 | 30 | 24 | 56 |
| Binary | 10001100 | 1110000 | 1011101 | 0 | 10100 | 100010 | 101101 | 11000 | 10100 | 101110 |
Color Harmonies of #8C705D
Complementary color
Monochromatic Colors of #8C705D
Black with #8C705D
Text Example
Text Example
White with #8C705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C705D; }
p { color: rgb(140,112,93); }
H1.HeaderClassName
{
color: #8C705D;
}
.AnyTagClassName
{
color: #8C705D;
}
</style>
background-color css
<style>
a { background-color: #8C705D; }
a { background-color: rgb(140,112,93); }
div.DivClassName
{
background-color: #8C705D;
}
.BgClassName
{
background-color: #8C705D;
}
</style>
border-color css
<style>
span { border-color: #8C705D; }
span { border-color: rgb(140,112,93); }
td.TdClassName
{
border-color: #8C705D;
}
.TagClassName
{
border-color: #8C705D;
}
</style>