Shades of Beaver #8F7057
Tints of Beaver #8F7057
RGB
CMYK
RGB Variations
Color information
#8F7057 (or 0x8F7057) is known color: Beaver. HEX triplet: 8F, 70 and 57. RGB value is (143,112,87). Sum of RGB (Red+Green+Blue) = 143+112+87=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7057 is #708FA8. Grayscale: #767676. Windows color (decimal): -7376809 or 5730447. OLE color: 5730447.
HSL color Cylindrical-coordinate representation of color #8F7057: hue angle of 26.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F7057 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 87 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.44 |
| HSL | 26.79º | 0.24% | 0.45% | - |
| HSV(B) | 26.79º | 0.39% | 0.56% | - |
| XYZ | 18.84 | 18.12 | 11.52 | - |
| YUV | 118.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 87 | 0 | 0.22 | 0.39 | 0.44 | 26.79 | 0.24 | 0.45 |
| Hex | 8F | 70 | 57 | 0 | 16 | 27 | 2C | 1B | 18 | 2D |
| Octal | 217 | 160 | 127 | 0 | 26 | 47 | 54 | 33 | 30 | 55 |
| Binary | 10001111 | 1110000 | 1010111 | 0 | 10110 | 100111 | 101100 | 11011 | 11000 | 101101 |
Color Harmonies of #8F7057
Complementary color
Monochromatic Colors of #8F7057
Black with #8F7057
Text Example
Text Example
White with #8F7057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7057; }
p { color: rgb(143,112,87); }
H1.HeaderClassName
{
color: #8F7057;
}
.AnyTagClassName
{
color: #8F7057;
}
</style>
background-color css
<style>
a { background-color: #8F7057; }
a { background-color: rgb(143,112,87); }
div.DivClassName
{
background-color: #8F7057;
}
.BgClassName
{
background-color: #8F7057;
}
</style>
border-color css
<style>
span { border-color: #8F7057; }
span { border-color: rgb(143,112,87); }
td.TdClassName
{
border-color: #8F7057;
}
.TagClassName
{
border-color: #8F7057;
}
</style>