Shades of Beaver #8C715D
Tints of Beaver #8C715D
RGB
CMYK
RGB Variations
Color information
#8C715D (or 0x8C715D) is known color: Beaver. HEX triplet: 8C, 71 and 5D. RGB value is (140,113,93). Sum of RGB (Red+Green+Blue) = 140+113+93=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C715D is #738EA2. Grayscale: #767676. Windows color (decimal): -7573155 or 6123916. OLE color: 6123916.
HSL color Cylindrical-coordinate representation of color #8C715D: hue angle of 25.53º 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 #8C715D is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 93 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.45 |
| HSL | 25.53º | 0.2% | 0.46% | - |
| HSV(B) | 25.53º | 0.34% | 0.55% | - |
| XYZ | 18.7 | 18.18 | 12.88 | - |
| YUV | 118.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 93 | 0 | 0.19 | 0.34 | 0.45 | 25.53 | 0.2 | 0.46 |
| Hex | 8C | 71 | 5D | 0 | 13 | 22 | 2D | 1A | 14 | 2E |
| Octal | 214 | 161 | 135 | 0 | 23 | 42 | 55 | 32 | 24 | 56 |
| Binary | 10001100 | 1110001 | 1011101 | 0 | 10011 | 100010 | 101101 | 11010 | 10100 | 101110 |
Color Harmonies of #8C715D
Complementary color
Monochromatic Colors of #8C715D
Black with #8C715D
Text Example
Text Example
White with #8C715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C715D; }
p { color: rgb(140,113,93); }
H1.HeaderClassName
{
color: #8C715D;
}
.AnyTagClassName
{
color: #8C715D;
}
</style>
background-color css
<style>
a { background-color: #8C715D; }
a { background-color: rgb(140,113,93); }
div.DivClassName
{
background-color: #8C715D;
}
.BgClassName
{
background-color: #8C715D;
}
</style>
border-color css
<style>
span { border-color: #8C715D; }
span { border-color: rgb(140,113,93); }
td.TdClassName
{
border-color: #8C715D;
}
.TagClassName
{
border-color: #8C715D;
}
</style>