Shades of Beaver #8F7159
Tints of Beaver #8F7159
RGB
CMYK
RGB Variations
Color information
#8F7159 (or 0x8F7159) is known color: Beaver. HEX triplet: 8F, 71 and 59. RGB value is (143,113,89). Sum of RGB (Red+Green+Blue) = 143+113+89=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7159 is #708EA6. Grayscale: #777777. Windows color (decimal): -7376551 or 5861775. OLE color: 5861775.
HSL color Cylindrical-coordinate representation of color #8F7159: hue angle of 26.67º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7159 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 89 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.44 |
| HSL | 26.67º | 0.23% | 0.45% | - |
| HSV(B) | 26.67º | 0.38% | 0.56% | - |
| XYZ | 19.04 | 18.37 | 11.99 | - |
| YUV | 119.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 89 | 0 | 0.21 | 0.38 | 0.44 | 26.67 | 0.23 | 0.45 |
| Hex | 8F | 71 | 59 | 0 | 15 | 26 | 2C | 1B | 17 | 2D |
| Octal | 217 | 161 | 131 | 0 | 25 | 46 | 54 | 33 | 27 | 55 |
| Binary | 10001111 | 1110001 | 1011001 | 0 | 10101 | 100110 | 101100 | 11011 | 10111 | 101101 |
Color Harmonies of #8F7159
Complementary color
Monochromatic Colors of #8F7159
Black with #8F7159
Text Example
Text Example
White with #8F7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7159; }
p { color: rgb(143,113,89); }
H1.HeaderClassName
{
color: #8F7159;
}
.AnyTagClassName
{
color: #8F7159;
}
</style>
background-color css
<style>
a { background-color: #8F7159; }
a { background-color: rgb(143,113,89); }
div.DivClassName
{
background-color: #8F7159;
}
.BgClassName
{
background-color: #8F7159;
}
</style>
border-color css
<style>
span { border-color: #8F7159; }
span { border-color: rgb(143,113,89); }
td.TdClassName
{
border-color: #8F7159;
}
.TagClassName
{
border-color: #8F7159;
}
</style>