Shades of Beaver #8E7063
Tints of Beaver #8E7063
RGB
CMYK
RGB Variations
Color information
#8E7063 (or 0x8E7063) is known color: Beaver. HEX triplet: 8E, 70 and 63. RGB value is (142,112,99). Sum of RGB (Red+Green+Blue) = 142+112+99=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7063 is #718F9C. Grayscale: #777777. Windows color (decimal): -7442333 or 6516878. OLE color: 6516878.
HSL color Cylindrical-coordinate representation of color #8E7063: hue angle of 18.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E7063 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 99 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.44 |
| HSL | 18.14º | 0.18% | 0.47% | - |
| HSV(B) | 18.14º | 0.3% | 0.56% | - |
| XYZ | 19.2 | 18.24 | 14.31 | - |
| YUV | 119.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 99 | 0 | 0.21 | 0.30 | 0.44 | 18.14 | 0.18 | 0.47 |
| Hex | 8E | 70 | 63 | 0 | 15 | 1E | 2C | 12 | 12 | 2F |
| Octal | 216 | 160 | 143 | 0 | 25 | 36 | 54 | 22 | 22 | 57 |
| Binary | 10001110 | 1110000 | 1100011 | 0 | 10101 | 11110 | 101100 | 10010 | 10010 | 101111 |
Color Harmonies of #8E7063
Complementary color
Monochromatic Colors of #8E7063
Black with #8E7063
Text Example
Text Example
White with #8E7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7063; }
p { color: rgb(142,112,99); }
H1.HeaderClassName
{
color: #8E7063;
}
.AnyTagClassName
{
color: #8E7063;
}
</style>
background-color css
<style>
a { background-color: #8E7063; }
a { background-color: rgb(142,112,99); }
div.DivClassName
{
background-color: #8E7063;
}
.BgClassName
{
background-color: #8E7063;
}
</style>
border-color css
<style>
span { border-color: #8E7063; }
span { border-color: rgb(142,112,99); }
td.TdClassName
{
border-color: #8E7063;
}
.TagClassName
{
border-color: #8E7063;
}
</style>