Shades of Beaver #8E725E
Tints of Beaver #8E725E
RGB
CMYK
RGB Variations
Color information
#8E725E (or 0x8E725E) is known color: Beaver. HEX triplet: 8E, 72 and 5E. RGB value is (142,114,94). Sum of RGB (Red+Green+Blue) = 142+114+94=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E725E is #718DA1. Grayscale: #787878. Windows color (decimal): -7441826 or 6189710. OLE color: 6189710.
HSL color Cylindrical-coordinate representation of color #8E725E: hue angle of 25º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E725E is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 94 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.44 |
| HSL | 25º | 0.2% | 0.46% | - |
| HSV(B) | 25º | 0.34% | 0.56% | - |
| XYZ | 19.19 | 18.59 | 13.17 | - |
| YUV | 120.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 94 | 0 | 0.20 | 0.34 | 0.44 | 25 | 0.2 | 0.46 |
| Hex | 8E | 72 | 5E | 0 | 14 | 22 | 2C | 19 | 14 | 2E |
| Octal | 216 | 162 | 136 | 0 | 24 | 42 | 54 | 31 | 24 | 56 |
| Binary | 10001110 | 1110010 | 1011110 | 0 | 10100 | 100010 | 101100 | 11001 | 10100 | 101110 |
Color Harmonies of #8E725E
Complementary color
Monochromatic Colors of #8E725E
Black with #8E725E
Text Example
Text Example
White with #8E725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E725E; }
p { color: rgb(142,114,94); }
H1.HeaderClassName
{
color: #8E725E;
}
.AnyTagClassName
{
color: #8E725E;
}
</style>
background-color css
<style>
a { background-color: #8E725E; }
a { background-color: rgb(142,114,94); }
div.DivClassName
{
background-color: #8E725E;
}
.BgClassName
{
background-color: #8E725E;
}
</style>
border-color css
<style>
span { border-color: #8E725E; }
span { border-color: rgb(142,114,94); }
td.TdClassName
{
border-color: #8E725E;
}
.TagClassName
{
border-color: #8E725E;
}
</style>