Shades of Beaver #8E705F
Tints of Beaver #8E705F
RGB
CMYK
RGB Variations
Color information
#8E705F (or 0x8E705F) is known color: Beaver. HEX triplet: 8E, 70 and 5F. RGB value is (142,112,95). Sum of RGB (Red+Green+Blue) = 142+112+95=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E705F is #718FA0. Grayscale: #777777. Windows color (decimal): -7442337 or 6254734. OLE color: 6254734.
HSL color Cylindrical-coordinate representation of color #8E705F: hue angle of 21.7º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E705F is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 95 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.44 |
| HSL | 21.7º | 0.2% | 0.46% | - |
| HSV(B) | 21.7º | 0.33% | 0.56% | - |
| XYZ | 19.02 | 18.17 | 13.33 | - |
| YUV | 119.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 95 | 0 | 0.21 | 0.33 | 0.44 | 21.7 | 0.2 | 0.46 |
| Hex | 8E | 70 | 5F | 0 | 15 | 21 | 2C | 16 | 14 | 2E |
| Octal | 216 | 160 | 137 | 0 | 25 | 41 | 54 | 26 | 24 | 56 |
| Binary | 10001110 | 1110000 | 1011111 | 0 | 10101 | 100001 | 101100 | 10110 | 10100 | 101110 |
Color Harmonies of #8E705F
Complementary color
Monochromatic Colors of #8E705F
Black with #8E705F
Text Example
Text Example
White with #8E705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E705F; }
p { color: rgb(142,112,95); }
H1.HeaderClassName
{
color: #8E705F;
}
.AnyTagClassName
{
color: #8E705F;
}
</style>
background-color css
<style>
a { background-color: #8E705F; }
a { background-color: rgb(142,112,95); }
div.DivClassName
{
background-color: #8E705F;
}
.BgClassName
{
background-color: #8E705F;
}
</style>
border-color css
<style>
span { border-color: #8E705F; }
span { border-color: rgb(142,112,95); }
td.TdClassName
{
border-color: #8E705F;
}
.TagClassName
{
border-color: #8E705F;
}
</style>