Shades of Shadow #8D7345
Tints of Shadow #8D7345
RGB
CMYK
RGB Variations
Color information
#8D7345 (or 0x8D7345) is known color: Shadow. HEX triplet: 8D, 73 and 45. RGB value is (141,115,69). Sum of RGB (Red+Green+Blue) = 141+115+69=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7345 is #728CBA. Grayscale: #757575. Windows color (decimal): -7507131 or 4551565. OLE color: 4551565.
HSL color Cylindrical-coordinate representation of color #8D7345: hue angle of 38.33º 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 #8D7345 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 69 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.45 |
| HSL | 38.33º | 0.34% | 0.41% | - |
| HSV(B) | 38.33º | 0.51% | 0.55% | - |
| XYZ | 18.19 | 18.35 | 8.21 | - |
| YUV | 117.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 69 | 0 | 0.18 | 0.51 | 0.45 | 38.33 | 0.34 | 0.41 |
| Hex | 8D | 73 | 45 | 0 | 12 | 33 | 2D | 26 | 22 | 29 |
| Octal | 215 | 163 | 105 | 0 | 22 | 63 | 55 | 46 | 42 | 51 |
| Binary | 10001101 | 1110011 | 1000101 | 0 | 10010 | 110011 | 101101 | 100110 | 100010 | 101001 |
Color Harmonies of #8D7345
Complementary color
Monochromatic Colors of #8D7345
Black with #8D7345
Text Example
Text Example
White with #8D7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7345; }
p { color: rgb(141,115,69); }
H1.HeaderClassName
{
color: #8D7345;
}
.AnyTagClassName
{
color: #8D7345;
}
</style>
background-color css
<style>
a { background-color: #8D7345; }
a { background-color: rgb(141,115,69); }
div.DivClassName
{
background-color: #8D7345;
}
.BgClassName
{
background-color: #8D7345;
}
</style>
border-color css
<style>
span { border-color: #8D7345; }
span { border-color: rgb(141,115,69); }
td.TdClassName
{
border-color: #8D7345;
}
.TagClassName
{
border-color: #8D7345;
}
</style>