Shades of Shadow #8D7648
Tints of Shadow #8D7648
RGB
CMYK
RGB Variations
Color information
#8D7648 (or 0x8D7648) is known color: Shadow. HEX triplet: 8D, 76 and 48. RGB value is (141,118,72). Sum of RGB (Red+Green+Blue) = 141+118+72=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7648 is #7289B7. Grayscale: #777777. Windows color (decimal): -7506360 or 4748941. OLE color: 4748941.
HSL color Cylindrical-coordinate representation of color #8D7648: hue angle of 40º 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 #8D7648 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 72 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.45 |
| HSL | 40º | 0.32% | 0.42% | - |
| HSV(B) | 40º | 0.49% | 0.55% | - |
| XYZ | 18.63 | 19.09 | 8.83 | - |
| YUV | 119.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 72 | 0 | 0.16 | 0.49 | 0.45 | 40 | 0.32 | 0.42 |
| Hex | 8D | 76 | 48 | 0 | 10 | 31 | 2D | 28 | 20 | 2A |
| Octal | 215 | 166 | 110 | 0 | 20 | 61 | 55 | 50 | 40 | 52 |
| Binary | 10001101 | 1110110 | 1001000 | 0 | 10000 | 110001 | 101101 | 101000 | 100000 | 101010 |
Color Harmonies of #8D7648
Complementary color
Monochromatic Colors of #8D7648
Black with #8D7648
Text Example
Text Example
White with #8D7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7648; }
p { color: rgb(141,118,72); }
H1.HeaderClassName
{
color: #8D7648;
}
.AnyTagClassName
{
color: #8D7648;
}
</style>
background-color css
<style>
a { background-color: #8D7648; }
a { background-color: rgb(141,118,72); }
div.DivClassName
{
background-color: #8D7648;
}
.BgClassName
{
background-color: #8D7648;
}
</style>
border-color css
<style>
span { border-color: #8D7648; }
span { border-color: rgb(141,118,72); }
td.TdClassName
{
border-color: #8D7648;
}
.TagClassName
{
border-color: #8D7648;
}
</style>