Shades of Beaver #8D7059
Tints of Beaver #8D7059
RGB
CMYK
RGB Variations
Color information
#8D7059 (or 0x8D7059) is known color: Beaver. HEX triplet: 8D, 70 and 59. RGB value is (141,112,89). Sum of RGB (Red+Green+Blue) = 141+112+89=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7059 is #728FA6. Grayscale: #767676. Windows color (decimal): -7507879 or 5861517. OLE color: 5861517.
HSL color Cylindrical-coordinate representation of color #8D7059: hue angle of 26.54º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D7059 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 89 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.45 |
| HSL | 26.54º | 0.23% | 0.45% | - |
| HSV(B) | 26.54º | 0.37% | 0.55% | - |
| XYZ | 18.58 | 17.97 | 11.94 | - |
| YUV | 118.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 89 | 0 | 0.21 | 0.37 | 0.45 | 26.54 | 0.23 | 0.45 |
| Hex | 8D | 70 | 59 | 0 | 15 | 25 | 2D | 1B | 17 | 2D |
| Octal | 215 | 160 | 131 | 0 | 25 | 45 | 55 | 33 | 27 | 55 |
| Binary | 10001101 | 1110000 | 1011001 | 0 | 10101 | 100101 | 101101 | 11011 | 10111 | 101101 |
Color Harmonies of #8D7059
Complementary color
Monochromatic Colors of #8D7059
Black with #8D7059
Text Example
Text Example
White with #8D7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7059; }
p { color: rgb(141,112,89); }
H1.HeaderClassName
{
color: #8D7059;
}
.AnyTagClassName
{
color: #8D7059;
}
</style>
background-color css
<style>
a { background-color: #8D7059; }
a { background-color: rgb(141,112,89); }
div.DivClassName
{
background-color: #8D7059;
}
.BgClassName
{
background-color: #8D7059;
}
</style>
border-color css
<style>
span { border-color: #8D7059; }
span { border-color: rgb(141,112,89); }
td.TdClassName
{
border-color: #8D7059;
}
.TagClassName
{
border-color: #8D7059;
}
</style>