Shades of Beaver #8E725B
Tints of Beaver #8E725B
RGB
CMYK
RGB Variations
Color information
#8E725B (or 0x8E725B) is known color: Beaver. HEX triplet: 8E, 72 and 5B. RGB value is (142,114,91). Sum of RGB (Red+Green+Blue) = 142+114+91=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E725B is #718DA4. Grayscale: #777777. Windows color (decimal): -7441829 or 5993102. OLE color: 5993102.
HSL color Cylindrical-coordinate representation of color #8E725B: hue angle of 27.06º 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 #8E725B is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 91 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.44 |
| HSL | 27.06º | 0.22% | 0.46% | - |
| HSV(B) | 27.06º | 0.36% | 0.56% | - |
| XYZ | 19.06 | 18.54 | 12.47 | - |
| YUV | 119.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 91 | 0 | 0.20 | 0.36 | 0.44 | 27.06 | 0.22 | 0.46 |
| Hex | 8E | 72 | 5B | 0 | 14 | 24 | 2C | 1B | 16 | 2E |
| Octal | 216 | 162 | 133 | 0 | 24 | 44 | 54 | 33 | 26 | 56 |
| Binary | 10001110 | 1110010 | 1011011 | 0 | 10100 | 100100 | 101100 | 11011 | 10110 | 101110 |
Color Harmonies of #8E725B
Complementary color
Monochromatic Colors of #8E725B
Black with #8E725B
Text Example
Text Example
White with #8E725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E725B; }
p { color: rgb(142,114,91); }
H1.HeaderClassName
{
color: #8E725B;
}
.AnyTagClassName
{
color: #8E725B;
}
</style>
background-color css
<style>
a { background-color: #8E725B; }
a { background-color: rgb(142,114,91); }
div.DivClassName
{
background-color: #8E725B;
}
.BgClassName
{
background-color: #8E725B;
}
</style>
border-color css
<style>
span { border-color: #8E725B; }
span { border-color: rgb(142,114,91); }
td.TdClassName
{
border-color: #8E725B;
}
.TagClassName
{
border-color: #8E725B;
}
</style>