Shades of Shadow #8F7143
Tints of Shadow #8F7143
RGB
CMYK
RGB Variations
Color information
#8F7143 (or 0x8F7143) is known color: Shadow. HEX triplet: 8F, 71 and 43. RGB value is (143,113,67). Sum of RGB (Red+Green+Blue) = 143+113+67=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7143 is #708EBC. Grayscale: #747474. Windows color (decimal): -7376573 or 4419983. OLE color: 4419983.
HSL color Cylindrical-coordinate representation of color #8F7143: hue angle of 36.32º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F7143 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 67 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.44 |
| HSL | 36.32º | 0.36% | 0.41% | - |
| HSV(B) | 36.32º | 0.53% | 0.56% | - |
| XYZ | 18.25 | 18.06 | 7.83 | - |
| YUV | 116.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 67 | 0 | 0.21 | 0.53 | 0.44 | 36.32 | 0.36 | 0.41 |
| Hex | 8F | 71 | 43 | 0 | 15 | 35 | 2C | 24 | 24 | 29 |
| Octal | 217 | 161 | 103 | 0 | 25 | 65 | 54 | 44 | 44 | 51 |
| Binary | 10001111 | 1110001 | 1000011 | 0 | 10101 | 110101 | 101100 | 100100 | 100100 | 101001 |
Color Harmonies of #8F7143
Complementary color
Monochromatic Colors of #8F7143
Black with #8F7143
Text Example
Text Example
White with #8F7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7143; }
p { color: rgb(143,113,67); }
H1.HeaderClassName
{
color: #8F7143;
}
.AnyTagClassName
{
color: #8F7143;
}
</style>
background-color css
<style>
a { background-color: #8F7143; }
a { background-color: rgb(143,113,67); }
div.DivClassName
{
background-color: #8F7143;
}
.BgClassName
{
background-color: #8F7143;
}
</style>
border-color css
<style>
span { border-color: #8F7143; }
span { border-color: rgb(143,113,67); }
td.TdClassName
{
border-color: #8F7143;
}
.TagClassName
{
border-color: #8F7143;
}
</style>