Shades of Beaver #8C715C
Tints of Beaver #8C715C
RGB
CMYK
RGB Variations
Color information
#8C715C (or 0x8C715C) is known color: Beaver. HEX triplet: 8C, 71 and 5C. RGB value is (140,113,92). Sum of RGB (Red+Green+Blue) = 140+113+92=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C715C is #738EA3. Grayscale: #767676. Windows color (decimal): -7573156 or 6058380. OLE color: 6058380.
HSL color Cylindrical-coordinate representation of color #8C715C: hue angle of 26.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C715C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 92 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.45 |
| HSL | 26.25º | 0.21% | 0.45% | - |
| HSV(B) | 26.25º | 0.34% | 0.55% | - |
| XYZ | 18.65 | 18.16 | 12.65 | - |
| YUV | 118.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 92 | 0 | 0.19 | 0.34 | 0.45 | 26.25 | 0.21 | 0.45 |
| Hex | 8C | 71 | 5C | 0 | 13 | 22 | 2D | 1A | 15 | 2D |
| Octal | 214 | 161 | 134 | 0 | 23 | 42 | 55 | 32 | 25 | 55 |
| Binary | 10001100 | 1110001 | 1011100 | 0 | 10011 | 100010 | 101101 | 11010 | 10101 | 101101 |
Color Harmonies of #8C715C
Complementary color
Monochromatic Colors of #8C715C
Black with #8C715C
Text Example
Text Example
White with #8C715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C715C; }
p { color: rgb(140,113,92); }
H1.HeaderClassName
{
color: #8C715C;
}
.AnyTagClassName
{
color: #8C715C;
}
</style>
background-color css
<style>
a { background-color: #8C715C; }
a { background-color: rgb(140,113,92); }
div.DivClassName
{
background-color: #8C715C;
}
.BgClassName
{
background-color: #8C715C;
}
</style>
border-color css
<style>
span { border-color: #8C715C; }
span { border-color: rgb(140,113,92); }
td.TdClassName
{
border-color: #8C715C;
}
.TagClassName
{
border-color: #8C715C;
}
</style>