Shades of Shadow #8D7749
Tints of Shadow #8D7749
RGB
CMYK
RGB Variations
Color information
#8D7749 (or 0x8D7749) is known color: Shadow. HEX triplet: 8D, 77 and 49. RGB value is (141,119,73). Sum of RGB (Red+Green+Blue) = 141+119+73=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7749 is #7288B6. Grayscale: #787878. Windows color (decimal): -7506103 or 4814733. OLE color: 4814733.
HSL color Cylindrical-coordinate representation of color #8D7749: hue angle of 40.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D7749 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 119 | 73 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.45 |
| HSL | 40.59º | 0.32% | 0.42% | - |
| HSV(B) | 40.59º | 0.48% | 0.55% | - |
| XYZ | 18.78 | 19.34 | 9.05 | - |
| YUV | 120.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 119 | 73 | 0 | 0.16 | 0.48 | 0.45 | 40.59 | 0.32 | 0.42 |
| Hex | 8D | 77 | 49 | 0 | 10 | 30 | 2D | 29 | 20 | 2A |
| Octal | 215 | 167 | 111 | 0 | 20 | 60 | 55 | 51 | 40 | 52 |
| Binary | 10001101 | 1110111 | 1001001 | 0 | 10000 | 110000 | 101101 | 101001 | 100000 | 101010 |
Color Harmonies of #8D7749
Complementary color
Monochromatic Colors of #8D7749
Black with #8D7749
Text Example
Text Example
White with #8D7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7749; }
p { color: rgb(141,119,73); }
H1.HeaderClassName
{
color: #8D7749;
}
.AnyTagClassName
{
color: #8D7749;
}
</style>
background-color css
<style>
a { background-color: #8D7749; }
a { background-color: rgb(141,119,73); }
div.DivClassName
{
background-color: #8D7749;
}
.BgClassName
{
background-color: #8D7749;
}
</style>
border-color css
<style>
span { border-color: #8D7749; }
span { border-color: rgb(141,119,73); }
td.TdClassName
{
border-color: #8D7749;
}
.TagClassName
{
border-color: #8D7749;
}
</style>