Shades of Beaver #8F7264
Tints of Beaver #8F7264
RGB
CMYK
RGB Variations
Color information
#8F7264 (or 0x8F7264) is known color: Beaver. HEX triplet: 8F, 72 and 64. RGB value is (143,114,100). Sum of RGB (Red+Green+Blue) = 143+114+100=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7264 is #708D9B. Grayscale: #797979. Windows color (decimal): -7376284 or 6582927. OLE color: 6582927.
HSL color Cylindrical-coordinate representation of color #8F7264: hue angle of 19.53º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F7264 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 100 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.44 |
| HSL | 19.53º | 0.18% | 0.48% | - |
| HSV(B) | 19.53º | 0.3% | 0.56% | - |
| XYZ | 19.65 | 18.79 | 14.65 | - |
| YUV | 121.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 100 | 0 | 0.20 | 0.30 | 0.44 | 19.53 | 0.18 | 0.48 |
| Hex | 8F | 72 | 64 | 0 | 14 | 1E | 2C | 14 | 12 | 30 |
| Octal | 217 | 162 | 144 | 0 | 24 | 36 | 54 | 24 | 22 | 60 |
| Binary | 10001111 | 1110010 | 1100100 | 0 | 10100 | 11110 | 101100 | 10100 | 10010 | 110000 |
Color Harmonies of #8F7264
Complementary color
Monochromatic Colors of #8F7264
Black with #8F7264
Text Example
Text Example
White with #8F7264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7264; }
p { color: rgb(143,114,100); }
H1.HeaderClassName
{
color: #8F7264;
}
.AnyTagClassName
{
color: #8F7264;
}
</style>
background-color css
<style>
a { background-color: #8F7264; }
a { background-color: rgb(143,114,100); }
div.DivClassName
{
background-color: #8F7264;
}
.BgClassName
{
background-color: #8F7264;
}
</style>
border-color css
<style>
span { border-color: #8F7264; }
span { border-color: rgb(143,114,100); }
td.TdClassName
{
border-color: #8F7264;
}
.TagClassName
{
border-color: #8F7264;
}
</style>