Shades of Shadow #8F7951
Tints of Shadow #8F7951
RGB
CMYK
RGB Variations
Color information
#8F7951 (or 0x8F7951) is known color: Shadow. HEX triplet: 8F, 79 and 51. RGB value is (143,121,81). Sum of RGB (Red+Green+Blue) = 143+121+81=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7951 is #7086AE. Grayscale: #7B7B7B. Windows color (decimal): -7374511 or 5339535. OLE color: 5339535.
HSL color Cylindrical-coordinate representation of color #8F7951: hue angle of 38.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7951 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 81 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.44 |
| HSL | 38.71º | 0.28% | 0.44% | - |
| HSV(B) | 38.71º | 0.43% | 0.56% | - |
| XYZ | 19.65 | 20.11 | 10.63 | - |
| YUV | 123.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 81 | 0 | 0.15 | 0.43 | 0.44 | 38.71 | 0.28 | 0.44 |
| Hex | 8F | 79 | 51 | 0 | F | 2B | 2C | 27 | 1C | 2C |
| Octal | 217 | 171 | 121 | 0 | 17 | 53 | 54 | 47 | 34 | 54 |
| Binary | 10001111 | 1111001 | 1010001 | 0 | 1111 | 101011 | 101100 | 100111 | 11100 | 101100 |
Color Harmonies of #8F7951
Complementary color
Monochromatic Colors of #8F7951
Black with #8F7951
Text Example
Text Example
White with #8F7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7951; }
p { color: rgb(143,121,81); }
H1.HeaderClassName
{
color: #8F7951;
}
.AnyTagClassName
{
color: #8F7951;
}
</style>
background-color css
<style>
a { background-color: #8F7951; }
a { background-color: rgb(143,121,81); }
div.DivClassName
{
background-color: #8F7951;
}
.BgClassName
{
background-color: #8F7951;
}
</style>
border-color css
<style>
span { border-color: #8F7951; }
span { border-color: rgb(143,121,81); }
td.TdClassName
{
border-color: #8F7951;
}
.TagClassName
{
border-color: #8F7951;
}
</style>