Shades of Shadow #8F7048
Tints of Shadow #8F7048
RGB
CMYK
RGB Variations
Color information
#8F7048 (or 0x8F7048) is known color: Shadow. HEX triplet: 8F, 70 and 48. RGB value is (143,112,72). Sum of RGB (Red+Green+Blue) = 143+112+72=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7048 is #708FB7. Grayscale: #747474. Windows color (decimal): -7376824 or 4747407. OLE color: 4747407.
HSL color Cylindrical-coordinate representation of color #8F7048: hue angle of 33.8º degrees, saturation: 0.33, 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 #8F7048 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 112 | 72 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.44 |
| HSL | 33.8º | 0.33% | 0.42% | - |
| HSV(B) | 33.8º | 0.5% | 0.56% | - |
| XYZ | 18.29 | 17.9 | 8.62 | - |
| YUV | 116.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 72 | 0 | 0.22 | 0.50 | 0.44 | 33.8 | 0.33 | 0.42 |
| Hex | 8F | 70 | 48 | 0 | 16 | 32 | 2C | 22 | 21 | 2A |
| Octal | 217 | 160 | 110 | 0 | 26 | 62 | 54 | 42 | 41 | 52 |
| Binary | 10001111 | 1110000 | 1001000 | 0 | 10110 | 110010 | 101100 | 100010 | 100001 | 101010 |
Color Harmonies of #8F7048
Complementary color
Monochromatic Colors of #8F7048
Black with #8F7048
Text Example
Text Example
White with #8F7048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7048; }
p { color: rgb(143,112,72); }
H1.HeaderClassName
{
color: #8F7048;
}
.AnyTagClassName
{
color: #8F7048;
}
</style>
background-color css
<style>
a { background-color: #8F7048; }
a { background-color: rgb(143,112,72); }
div.DivClassName
{
background-color: #8F7048;
}
.BgClassName
{
background-color: #8F7048;
}
</style>
border-color css
<style>
span { border-color: #8F7048; }
span { border-color: rgb(143,112,72); }
td.TdClassName
{
border-color: #8F7048;
}
.TagClassName
{
border-color: #8F7048;
}
</style>