Shades of Shadow #8F7948
Tints of Shadow #8F7948
RGB
CMYK
RGB Variations
Color information
#8F7948 (or 0x8F7948) is known color: Shadow. HEX triplet: 8F, 79 and 48. RGB value is (143,121,72). Sum of RGB (Red+Green+Blue) = 143+121+72=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7948 is #7086B7. Grayscale: #7A7A7A. Windows color (decimal): -7374520 or 4749711. OLE color: 4749711.
HSL color Cylindrical-coordinate representation of color #8F7948: hue angle of 41.41º 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 #8F7948 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 72 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.44 |
| HSL | 41.41º | 0.33% | 0.42% | - |
| HSV(B) | 41.41º | 0.5% | 0.56% | - |
| XYZ | 19.33 | 19.98 | 8.97 | - |
| YUV | 121.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 72 | 0 | 0.15 | 0.50 | 0.44 | 41.41 | 0.33 | 0.42 |
| Hex | 8F | 79 | 48 | 0 | F | 32 | 2C | 29 | 21 | 2A |
| Octal | 217 | 171 | 110 | 0 | 17 | 62 | 54 | 51 | 41 | 52 |
| Binary | 10001111 | 1111001 | 1001000 | 0 | 1111 | 110010 | 101100 | 101001 | 100001 | 101010 |
Color Harmonies of #8F7948
Complementary color
Monochromatic Colors of #8F7948
Black with #8F7948
Text Example
Text Example
White with #8F7948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7948; }
p { color: rgb(143,121,72); }
H1.HeaderClassName
{
color: #8F7948;
}
.AnyTagClassName
{
color: #8F7948;
}
</style>
background-color css
<style>
a { background-color: #8F7948; }
a { background-color: rgb(143,121,72); }
div.DivClassName
{
background-color: #8F7948;
}
.BgClassName
{
background-color: #8F7948;
}
</style>
border-color css
<style>
span { border-color: #8F7948; }
span { border-color: rgb(143,121,72); }
td.TdClassName
{
border-color: #8F7948;
}
.TagClassName
{
border-color: #8F7948;
}
</style>