Shades of Shadow #8D7445
Tints of Shadow #8D7445
RGB
CMYK
RGB Variations
Color information
#8D7445 (or 0x8D7445) is known color: Shadow. HEX triplet: 8D, 74 and 45. RGB value is (141,116,69). Sum of RGB (Red+Green+Blue) = 141+116+69=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7445 is #728BBA. Grayscale: #767676. Windows color (decimal): -7506875 or 4551821. OLE color: 4551821.
HSL color Cylindrical-coordinate representation of color #8D7445: hue angle of 39.17º 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 #8D7445 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 69 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.45 |
| HSL | 39.17º | 0.34% | 0.41% | - |
| HSV(B) | 39.17º | 0.51% | 0.55% | - |
| XYZ | 18.3 | 18.58 | 8.25 | - |
| YUV | 118.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 69 | 0 | 0.18 | 0.51 | 0.45 | 39.17 | 0.34 | 0.41 |
| Hex | 8D | 74 | 45 | 0 | 12 | 33 | 2D | 27 | 22 | 29 |
| Octal | 215 | 164 | 105 | 0 | 22 | 63 | 55 | 47 | 42 | 51 |
| Binary | 10001101 | 1110100 | 1000101 | 0 | 10010 | 110011 | 101101 | 100111 | 100010 | 101001 |
Color Harmonies of #8D7445
Complementary color
Monochromatic Colors of #8D7445
Black with #8D7445
Text Example
Text Example
White with #8D7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7445; }
p { color: rgb(141,116,69); }
H1.HeaderClassName
{
color: #8D7445;
}
.AnyTagClassName
{
color: #8D7445;
}
</style>
background-color css
<style>
a { background-color: #8D7445; }
a { background-color: rgb(141,116,69); }
div.DivClassName
{
background-color: #8D7445;
}
.BgClassName
{
background-color: #8D7445;
}
</style>
border-color css
<style>
span { border-color: #8D7445; }
span { border-color: rgb(141,116,69); }
td.TdClassName
{
border-color: #8D7445;
}
.TagClassName
{
border-color: #8D7445;
}
</style>