Shades of Shadow #8F7343
Tints of Shadow #8F7343
RGB
CMYK
RGB Variations
Color information
#8F7343 (or 0x8F7343) is known color: Shadow. HEX triplet: 8F, 73 and 43. RGB value is (143,115,67). Sum of RGB (Red+Green+Blue) = 143+115+67=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7343 is #708CBC. Grayscale: #767676. Windows color (decimal): -7376061 or 4420495. OLE color: 4420495.
HSL color Cylindrical-coordinate representation of color #8F7343: hue angle of 37.89º 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 #8F7343 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 67 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.44 |
| HSL | 37.89º | 0.36% | 0.41% | - |
| HSV(B) | 37.89º | 0.53% | 0.56% | - |
| XYZ | 18.47 | 18.51 | 7.91 | - |
| YUV | 117.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 67 | 0 | 0.20 | 0.53 | 0.44 | 37.89 | 0.36 | 0.41 |
| Hex | 8F | 73 | 43 | 0 | 14 | 35 | 2C | 26 | 24 | 29 |
| Octal | 217 | 163 | 103 | 0 | 24 | 65 | 54 | 46 | 44 | 51 |
| Binary | 10001111 | 1110011 | 1000011 | 0 | 10100 | 110101 | 101100 | 100110 | 100100 | 101001 |
Color Harmonies of #8F7343
Complementary color
Monochromatic Colors of #8F7343
Black with #8F7343
Text Example
Text Example
White with #8F7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7343; }
p { color: rgb(143,115,67); }
H1.HeaderClassName
{
color: #8F7343;
}
.AnyTagClassName
{
color: #8F7343;
}
</style>
background-color css
<style>
a { background-color: #8F7343; }
a { background-color: rgb(143,115,67); }
div.DivClassName
{
background-color: #8F7343;
}
.BgClassName
{
background-color: #8F7343;
}
</style>
border-color css
<style>
span { border-color: #8F7343; }
span { border-color: rgb(143,115,67); }
td.TdClassName
{
border-color: #8F7343;
}
.TagClassName
{
border-color: #8F7343;
}
</style>