Shades of Shadow #8D7649
Tints of Shadow #8D7649
RGB
CMYK
RGB Variations
Color information
#8D7649 (or 0x8D7649) is known color: Shadow. HEX triplet: 8D, 76 and 49. RGB value is (141,118,73). Sum of RGB (Red+Green+Blue) = 141+118+73=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7649 is #7289B6. Grayscale: #777777. Windows color (decimal): -7506359 or 4814477. OLE color: 4814477.
HSL color Cylindrical-coordinate representation of color #8D7649: hue angle of 39.71º 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 #8D7649 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 73 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.45 |
| HSL | 39.71º | 0.32% | 0.42% | - |
| HSV(B) | 39.71º | 0.48% | 0.55% | - |
| XYZ | 18.67 | 19.1 | 9.01 | - |
| YUV | 119.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 73 | 0 | 0.16 | 0.48 | 0.45 | 39.71 | 0.32 | 0.42 |
| Hex | 8D | 76 | 49 | 0 | 10 | 30 | 2D | 28 | 20 | 2A |
| Octal | 215 | 166 | 111 | 0 | 20 | 60 | 55 | 50 | 40 | 52 |
| Binary | 10001101 | 1110110 | 1001001 | 0 | 10000 | 110000 | 101101 | 101000 | 100000 | 101010 |
Color Harmonies of #8D7649
Complementary color
Monochromatic Colors of #8D7649
Black with #8D7649
Text Example
Text Example
White with #8D7649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7649; }
p { color: rgb(141,118,73); }
H1.HeaderClassName
{
color: #8D7649;
}
.AnyTagClassName
{
color: #8D7649;
}
</style>
background-color css
<style>
a { background-color: #8D7649; }
a { background-color: rgb(141,118,73); }
div.DivClassName
{
background-color: #8D7649;
}
.BgClassName
{
background-color: #8D7649;
}
</style>
border-color css
<style>
span { border-color: #8D7649; }
span { border-color: rgb(141,118,73); }
td.TdClassName
{
border-color: #8D7649;
}
.TagClassName
{
border-color: #8D7649;
}
</style>