Shades of Beaver #8C705F
Tints of Beaver #8C705F
RGB
CMYK
RGB Variations
Color information
#8C705F (or 0x8C705F) is known color: Beaver. HEX triplet: 8C, 70 and 5F. RGB value is (140,112,95). Sum of RGB (Red+Green+Blue) = 140+112+95=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C705F is #738FA0. Grayscale: #767676. Windows color (decimal): -7573409 or 6254732. OLE color: 6254732.
HSL color Cylindrical-coordinate representation of color #8C705F: hue angle of 22.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C705F is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 95 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.45 |
| HSL | 22.67º | 0.19% | 0.46% | - |
| HSV(B) | 22.67º | 0.32% | 0.55% | - |
| XYZ | 18.67 | 17.99 | 13.31 | - |
| YUV | 118.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 95 | 0 | 0.20 | 0.32 | 0.45 | 22.67 | 0.19 | 0.46 |
| Hex | 8C | 70 | 5F | 0 | 14 | 20 | 2D | 17 | 13 | 2E |
| Octal | 214 | 160 | 137 | 0 | 24 | 40 | 55 | 27 | 23 | 56 |
| Binary | 10001100 | 1110000 | 1011111 | 0 | 10100 | 100000 | 101101 | 10111 | 10011 | 101110 |
Color Harmonies of #8C705F
Complementary color
Monochromatic Colors of #8C705F
Black with #8C705F
Text Example
Text Example
White with #8C705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C705F; }
p { color: rgb(140,112,95); }
H1.HeaderClassName
{
color: #8C705F;
}
.AnyTagClassName
{
color: #8C705F;
}
</style>
background-color css
<style>
a { background-color: #8C705F; }
a { background-color: rgb(140,112,95); }
div.DivClassName
{
background-color: #8C705F;
}
.BgClassName
{
background-color: #8C705F;
}
</style>
border-color css
<style>
span { border-color: #8C705F; }
span { border-color: rgb(140,112,95); }
td.TdClassName
{
border-color: #8C705F;
}
.TagClassName
{
border-color: #8C705F;
}
</style>