Shades of Beaver #8E715B
Tints of Beaver #8E715B
RGB
CMYK
RGB Variations
Color information
#8E715B (or 0x8E715B) is known color: Beaver. HEX triplet: 8E, 71 and 5B. RGB value is (142,113,91). Sum of RGB (Red+Green+Blue) = 142+113+91=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E715B is #718EA4. Grayscale: #777777. Windows color (decimal): -7442085 or 5992846. OLE color: 5992846.
HSL color Cylindrical-coordinate representation of color #8E715B: hue angle of 25.88º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E715B is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 113 | 91 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.44 |
| HSL | 25.88º | 0.22% | 0.46% | - |
| HSV(B) | 25.88º | 0.36% | 0.56% | - |
| XYZ | 18.95 | 18.32 | 12.43 | - |
| YUV | 119.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 91 | 0 | 0.20 | 0.36 | 0.44 | 25.88 | 0.22 | 0.46 |
| Hex | 8E | 71 | 5B | 0 | 14 | 24 | 2C | 1A | 16 | 2E |
| Octal | 216 | 161 | 133 | 0 | 24 | 44 | 54 | 32 | 26 | 56 |
| Binary | 10001110 | 1110001 | 1011011 | 0 | 10100 | 100100 | 101100 | 11010 | 10110 | 101110 |
Color Harmonies of #8E715B
Complementary color
Monochromatic Colors of #8E715B
Black with #8E715B
Text Example
Text Example
White with #8E715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E715B; }
p { color: rgb(142,113,91); }
H1.HeaderClassName
{
color: #8E715B;
}
.AnyTagClassName
{
color: #8E715B;
}
</style>
background-color css
<style>
a { background-color: #8E715B; }
a { background-color: rgb(142,113,91); }
div.DivClassName
{
background-color: #8E715B;
}
.BgClassName
{
background-color: #8E715B;
}
</style>
border-color css
<style>
span { border-color: #8E715B; }
span { border-color: rgb(142,113,91); }
td.TdClassName
{
border-color: #8E715B;
}
.TagClassName
{
border-color: #8E715B;
}
</style>