Shades of Shadow #8E6D49
Tints of Shadow #8E6D49
RGB
CMYK
RGB Variations
Color information
#8E6D49 (or 0x8E6D49) is known color: Shadow. HEX triplet: 8E, 6D and 49. RGB value is (142,109,73). Sum of RGB (Red+Green+Blue) = 142+109+73=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D49 is #7192B6. Grayscale: #727272. Windows color (decimal): -7443127 or 4812174. OLE color: 4812174.
HSL color Cylindrical-coordinate representation of color #8E6D49: hue angle of 31.3º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E6D49 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 109 | 73 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.44 |
| HSL | 31.3º | 0.32% | 0.42% | - |
| HSV(B) | 31.3º | 0.49% | 0.56% | - |
| XYZ | 17.83 | 17.17 | 8.68 | - |
| YUV | 114.76 | 104.43 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 73 | 0 | 0.23 | 0.49 | 0.44 | 31.3 | 0.32 | 0.42 |
| Hex | 8E | 6D | 49 | 0 | 17 | 31 | 2C | 1F | 20 | 2A |
| Octal | 216 | 155 | 111 | 0 | 27 | 61 | 54 | 37 | 40 | 52 |
| Binary | 10001110 | 1101101 | 1001001 | 0 | 10111 | 110001 | 101100 | 11111 | 100000 | 101010 |
Color Harmonies of #8E6D49
Complementary color
Monochromatic Colors of #8E6D49
Black with #8E6D49
Text Example
Text Example
White with #8E6D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6D49; }
p { color: rgb(142,109,73); }
H1.HeaderClassName
{
color: #8E6D49;
}
.AnyTagClassName
{
color: #8E6D49;
}
</style>
background-color css
<style>
a { background-color: #8E6D49; }
a { background-color: rgb(142,109,73); }
div.DivClassName
{
background-color: #8E6D49;
}
.BgClassName
{
background-color: #8E6D49;
}
</style>
border-color css
<style>
span { border-color: #8E6D49; }
span { border-color: rgb(142,109,73); }
td.TdClassName
{
border-color: #8E6D49;
}
.TagClassName
{
border-color: #8E6D49;
}
</style>