Shades of Shadow #8F7144
Tints of Shadow #8F7144
RGB
CMYK
RGB Variations
Color information
#8F7144 (or 0x8F7144) is known color: Shadow. HEX triplet: 8F, 71 and 44. RGB value is (143,113,68). Sum of RGB (Red+Green+Blue) = 143+113+68=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7144 is #708EBB. Grayscale: #757575. Windows color (decimal): -7376572 or 4485519. OLE color: 4485519.
HSL color Cylindrical-coordinate representation of color #8F7144: hue angle of 36º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F7144 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 68 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.44 |
| HSL | 36º | 0.36% | 0.41% | - |
| HSV(B) | 36º | 0.52% | 0.56% | - |
| XYZ | 18.28 | 18.07 | 7.99 | - |
| YUV | 116.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 68 | 0 | 0.21 | 0.52 | 0.44 | 36 | 0.36 | 0.41 |
| Hex | 8F | 71 | 44 | 0 | 15 | 34 | 2C | 24 | 24 | 29 |
| Octal | 217 | 161 | 104 | 0 | 25 | 64 | 54 | 44 | 44 | 51 |
| Binary | 10001111 | 1110001 | 1000100 | 0 | 10101 | 110100 | 101100 | 100100 | 100100 | 101001 |
Color Harmonies of #8F7144
Complementary color
Monochromatic Colors of #8F7144
Black with #8F7144
Text Example
Text Example
White with #8F7144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7144; }
p { color: rgb(143,113,68); }
H1.HeaderClassName
{
color: #8F7144;
}
.AnyTagClassName
{
color: #8F7144;
}
</style>
background-color css
<style>
a { background-color: #8F7144; }
a { background-color: rgb(143,113,68); }
div.DivClassName
{
background-color: #8F7144;
}
.BgClassName
{
background-color: #8F7144;
}
</style>
border-color css
<style>
span { border-color: #8F7144; }
span { border-color: rgb(143,113,68); }
td.TdClassName
{
border-color: #8F7144;
}
.TagClassName
{
border-color: #8F7144;
}
</style>