Shades of Shadow #8F7047
Tints of Shadow #8F7047
RGB
CMYK
RGB Variations
Color information
#8F7047 (or 0x8F7047) is known color: Shadow. HEX triplet: 8F, 70 and 47. RGB value is (143,112,71). Sum of RGB (Red+Green+Blue) = 143+112+71=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7047 is #708FB8. Grayscale: #747474. Windows color (decimal): -7376825 or 4681871. OLE color: 4681871.
HSL color Cylindrical-coordinate representation of color #8F7047: hue angle of 34.17º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F7047 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 71 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.44 |
| HSL | 34.17º | 0.34% | 0.42% | - |
| HSV(B) | 34.17º | 0.5% | 0.56% | - |
| XYZ | 18.26 | 17.88 | 8.45 | - |
| YUV | 116.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 71 | 0 | 0.22 | 0.50 | 0.44 | 34.17 | 0.34 | 0.42 |
| Hex | 8F | 70 | 47 | 0 | 16 | 32 | 2C | 22 | 22 | 2A |
| Octal | 217 | 160 | 107 | 0 | 26 | 62 | 54 | 42 | 42 | 52 |
| Binary | 10001111 | 1110000 | 1000111 | 0 | 10110 | 110010 | 101100 | 100010 | 100010 | 101010 |
Color Harmonies of #8F7047
Complementary color
Monochromatic Colors of #8F7047
Black with #8F7047
Text Example
Text Example
White with #8F7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7047; }
p { color: rgb(143,112,71); }
H1.HeaderClassName
{
color: #8F7047;
}
.AnyTagClassName
{
color: #8F7047;
}
</style>
background-color css
<style>
a { background-color: #8F7047; }
a { background-color: rgb(143,112,71); }
div.DivClassName
{
background-color: #8F7047;
}
.BgClassName
{
background-color: #8F7047;
}
</style>
border-color css
<style>
span { border-color: #8F7047; }
span { border-color: rgb(143,112,71); }
td.TdClassName
{
border-color: #8F7047;
}
.TagClassName
{
border-color: #8F7047;
}
</style>