Shades of Beaver #8F715B
Tints of Beaver #8F715B
RGB
CMYK
RGB Variations
Color information
#8F715B (or 0x8F715B) is known color: Beaver. HEX triplet: 8F, 71 and 5B. RGB value is (143,113,91). Sum of RGB (Red+Green+Blue) = 143+113+91=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F715B is #708EA4. Grayscale: #777777. Windows color (decimal): -7376549 or 5992847. OLE color: 5992847.
HSL color Cylindrical-coordinate representation of color #8F715B: hue angle of 25.38º 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 #8F715B is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 91 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.44 |
| HSL | 25.38º | 0.22% | 0.46% | - |
| HSV(B) | 25.38º | 0.36% | 0.56% | - |
| XYZ | 19.12 | 18.41 | 12.44 | - |
| YUV | 119.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 91 | 0 | 0.21 | 0.36 | 0.44 | 25.38 | 0.22 | 0.46 |
| Hex | 8F | 71 | 5B | 0 | 15 | 24 | 2C | 19 | 16 | 2E |
| Octal | 217 | 161 | 133 | 0 | 25 | 44 | 54 | 31 | 26 | 56 |
| Binary | 10001111 | 1110001 | 1011011 | 0 | 10101 | 100100 | 101100 | 11001 | 10110 | 101110 |
Color Harmonies of #8F715B
Complementary color
Monochromatic Colors of #8F715B
Black with #8F715B
Text Example
Text Example
White with #8F715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F715B; }
p { color: rgb(143,113,91); }
H1.HeaderClassName
{
color: #8F715B;
}
.AnyTagClassName
{
color: #8F715B;
}
</style>
background-color css
<style>
a { background-color: #8F715B; }
a { background-color: rgb(143,113,91); }
div.DivClassName
{
background-color: #8F715B;
}
.BgClassName
{
background-color: #8F715B;
}
</style>
border-color css
<style>
span { border-color: #8F715B; }
span { border-color: rgb(143,113,91); }
td.TdClassName
{
border-color: #8F715B;
}
.TagClassName
{
border-color: #8F715B;
}
</style>