Shades of Beaver #8D7160
Tints of Beaver #8D7160
RGB
CMYK
RGB Variations
Color information
#8D7160 (or 0x8D7160) is known color: Beaver. HEX triplet: 8D, 71 and 60. RGB value is (141,113,96). Sum of RGB (Red+Green+Blue) = 141+113+96=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7160 is #728E9F. Grayscale: #777777. Windows color (decimal): -7507616 or 6320525. OLE color: 6320525.
HSL color Cylindrical-coordinate representation of color #8D7160: hue angle of 22.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7160 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 96 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.45 |
| HSL | 22.67º | 0.19% | 0.46% | - |
| HSV(B) | 22.67º | 0.32% | 0.55% | - |
| XYZ | 19 | 18.32 | 13.6 | - |
| YUV | 119.43 | 114.78 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 96 | 0 | 0.20 | 0.32 | 0.45 | 22.67 | 0.19 | 0.46 |
| Hex | 8D | 71 | 60 | 0 | 14 | 20 | 2D | 17 | 13 | 2E |
| Octal | 215 | 161 | 140 | 0 | 24 | 40 | 55 | 27 | 23 | 56 |
| Binary | 10001101 | 1110001 | 1100000 | 0 | 10100 | 100000 | 101101 | 10111 | 10011 | 101110 |
Color Harmonies of #8D7160
Complementary color
Monochromatic Colors of #8D7160
Black with #8D7160
Text Example
Text Example
White with #8D7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7160; }
p { color: rgb(141,113,96); }
H1.HeaderClassName
{
color: #8D7160;
}
.AnyTagClassName
{
color: #8D7160;
}
</style>
background-color css
<style>
a { background-color: #8D7160; }
a { background-color: rgb(141,113,96); }
div.DivClassName
{
background-color: #8D7160;
}
.BgClassName
{
background-color: #8D7160;
}
</style>
border-color css
<style>
span { border-color: #8D7160; }
span { border-color: rgb(141,113,96); }
td.TdClassName
{
border-color: #8D7160;
}
.TagClassName
{
border-color: #8D7160;
}
</style>