Shades of Shadow #8D6E48
Tints of Shadow #8D6E48
RGB
CMYK
RGB Variations
Color information
#8D6E48 (or 0x8D6E48) is known color: Shadow. HEX triplet: 8D, 6E and 48. RGB value is (141,110,72). Sum of RGB (Red+Green+Blue) = 141+110+72=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6E48 is #7291B7. Grayscale: #737373. Windows color (decimal): -7508408 or 4746893. OLE color: 4746893.
HSL color Cylindrical-coordinate representation of color #8D6E48: hue angle of 33.04º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D6E48 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 72 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.45 |
| HSL | 33.04º | 0.32% | 0.42% | - |
| HSV(B) | 33.04º | 0.49% | 0.55% | - |
| XYZ | 17.73 | 17.28 | 8.53 | - |
| YUV | 114.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 72 | 0 | 0.22 | 0.49 | 0.45 | 33.04 | 0.32 | 0.42 |
| Hex | 8D | 6E | 48 | 0 | 16 | 31 | 2D | 21 | 20 | 2A |
| Octal | 215 | 156 | 110 | 0 | 26 | 61 | 55 | 41 | 40 | 52 |
| Binary | 10001101 | 1101110 | 1001000 | 0 | 10110 | 110001 | 101101 | 100001 | 100000 | 101010 |
Color Harmonies of #8D6E48
Complementary color
Monochromatic Colors of #8D6E48
Black with #8D6E48
Text Example
Text Example
White with #8D6E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E48; }
p { color: rgb(141,110,72); }
H1.HeaderClassName
{
color: #8D6E48;
}
.AnyTagClassName
{
color: #8D6E48;
}
</style>
background-color css
<style>
a { background-color: #8D6E48; }
a { background-color: rgb(141,110,72); }
div.DivClassName
{
background-color: #8D6E48;
}
.BgClassName
{
background-color: #8D6E48;
}
</style>
border-color css
<style>
span { border-color: #8D6E48; }
span { border-color: rgb(141,110,72); }
td.TdClassName
{
border-color: #8D6E48;
}
.TagClassName
{
border-color: #8D6E48;
}
</style>