Shades of Beaver #8F745B
Tints of Beaver #8F745B
RGB
CMYK
RGB Variations
Color information
#8F745B (or 0x8F745B) is known color: Beaver. HEX triplet: 8F, 74 and 5B. RGB value is (143,116,91). Sum of RGB (Red+Green+Blue) = 143+116+91=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F745B is #708BA4. Grayscale: #797979. Windows color (decimal): -7375781 or 5993615. OLE color: 5993615.
HSL color Cylindrical-coordinate representation of color #8F745B: hue angle of 28.85º 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 #8F745B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 91 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.44 |
| HSL | 28.85º | 0.22% | 0.46% | - |
| HSV(B) | 28.85º | 0.36% | 0.56% | - |
| XYZ | 19.46 | 19.09 | 12.56 | - |
| YUV | 121.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 91 | 0 | 0.19 | 0.36 | 0.44 | 28.85 | 0.22 | 0.46 |
| Hex | 8F | 74 | 5B | 0 | 13 | 24 | 2C | 1D | 16 | 2E |
| Octal | 217 | 164 | 133 | 0 | 23 | 44 | 54 | 35 | 26 | 56 |
| Binary | 10001111 | 1110100 | 1011011 | 0 | 10011 | 100100 | 101100 | 11101 | 10110 | 101110 |
Color Harmonies of #8F745B
Complementary color
Monochromatic Colors of #8F745B
Black with #8F745B
Text Example
Text Example
White with #8F745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F745B; }
p { color: rgb(143,116,91); }
H1.HeaderClassName
{
color: #8F745B;
}
.AnyTagClassName
{
color: #8F745B;
}
</style>
background-color css
<style>
a { background-color: #8F745B; }
a { background-color: rgb(143,116,91); }
div.DivClassName
{
background-color: #8F745B;
}
.BgClassName
{
background-color: #8F745B;
}
</style>
border-color css
<style>
span { border-color: #8F745B; }
span { border-color: rgb(143,116,91); }
td.TdClassName
{
border-color: #8F745B;
}
.TagClassName
{
border-color: #8F745B;
}
</style>