Shades of Shadow #8D7645
Tints of Shadow #8D7645
RGB
CMYK
RGB Variations
Color information
#8D7645 (or 0x8D7645) is known color: Shadow. HEX triplet: 8D, 76 and 45. RGB value is (141,118,69). Sum of RGB (Red+Green+Blue) = 141+118+69=328 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.99% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7645 is #7289BA. Grayscale: #777777. Windows color (decimal): -7506363 or 4552333. OLE color: 4552333.
HSL color Cylindrical-coordinate representation of color #8D7645: hue angle of 40.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D7645 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 69 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.45 |
| HSL | 40.83º | 0.34% | 0.41% | - |
| HSV(B) | 40.83º | 0.51% | 0.55% | - |
| XYZ | 18.54 | 19.05 | 8.33 | - |
| YUV | 119.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 69 | 0 | 0.16 | 0.51 | 0.45 | 40.83 | 0.34 | 0.41 |
| Hex | 8D | 76 | 45 | 0 | 10 | 33 | 2D | 29 | 22 | 29 |
| Octal | 215 | 166 | 105 | 0 | 20 | 63 | 55 | 51 | 42 | 51 |
| Binary | 10001101 | 1110110 | 1000101 | 0 | 10000 | 110011 | 101101 | 101001 | 100010 | 101001 |
Color Harmonies of #8D7645
Complementary color
Monochromatic Colors of #8D7645
Black with #8D7645
Text Example
Text Example
White with #8D7645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7645; }
p { color: rgb(141,118,69); }
H1.HeaderClassName
{
color: #8D7645;
}
.AnyTagClassName
{
color: #8D7645;
}
</style>
background-color css
<style>
a { background-color: #8D7645; }
a { background-color: rgb(141,118,69); }
div.DivClassName
{
background-color: #8D7645;
}
.BgClassName
{
background-color: #8D7645;
}
</style>
border-color css
<style>
span { border-color: #8D7645; }
span { border-color: rgb(141,118,69); }
td.TdClassName
{
border-color: #8D7645;
}
.TagClassName
{
border-color: #8D7645;
}
</style>