Shades of Shadow #8F7248
Tints of Shadow #8F7248
RGB
CMYK
RGB Variations
Color information
#8F7248 (or 0x8F7248) is known color: Shadow. HEX triplet: 8F, 72 and 48. RGB value is (143,114,72). Sum of RGB (Red+Green+Blue) = 143+114+72=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7248 is #708DB7. Grayscale: #767676. Windows color (decimal): -7376312 or 4747919. OLE color: 4747919.
HSL color Cylindrical-coordinate representation of color #8F7248: hue angle of 35.49º 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 #8F7248 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 72 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.44 |
| HSL | 35.49º | 0.33% | 0.42% | - |
| HSV(B) | 35.49º | 0.5% | 0.56% | - |
| XYZ | 18.51 | 18.34 | 8.7 | - |
| YUV | 117.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 72 | 0 | 0.20 | 0.50 | 0.44 | 35.49 | 0.33 | 0.42 |
| Hex | 8F | 72 | 48 | 0 | 14 | 32 | 2C | 23 | 21 | 2A |
| Octal | 217 | 162 | 110 | 0 | 24 | 62 | 54 | 43 | 41 | 52 |
| Binary | 10001111 | 1110010 | 1001000 | 0 | 10100 | 110010 | 101100 | 100011 | 100001 | 101010 |
Color Harmonies of #8F7248
Complementary color
Monochromatic Colors of #8F7248
Black with #8F7248
Text Example
Text Example
White with #8F7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7248; }
p { color: rgb(143,114,72); }
H1.HeaderClassName
{
color: #8F7248;
}
.AnyTagClassName
{
color: #8F7248;
}
</style>
background-color css
<style>
a { background-color: #8F7248; }
a { background-color: rgb(143,114,72); }
div.DivClassName
{
background-color: #8F7248;
}
.BgClassName
{
background-color: #8F7248;
}
</style>
border-color css
<style>
span { border-color: #8F7248; }
span { border-color: rgb(143,114,72); }
td.TdClassName
{
border-color: #8F7248;
}
.TagClassName
{
border-color: #8F7248;
}
</style>