Shades of Shadow #8C7448
Tints of Shadow #8C7448
RGB
CMYK
RGB Variations
Color information
#8C7448 (or 0x8C7448) is known color: Shadow. HEX triplet: 8C, 74 and 48. RGB value is (140,116,72). Sum of RGB (Red+Green+Blue) = 140+116+72=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7448 is #738BB7. Grayscale: #767676. Windows color (decimal): -7572408 or 4748428. OLE color: 4748428.
HSL color Cylindrical-coordinate representation of color #8C7448: hue angle of 38.82º 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 #8C7448 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 72 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.45 |
| HSL | 38.82º | 0.32% | 0.42% | - |
| HSV(B) | 38.82º | 0.49% | 0.55% | - |
| XYZ | 18.23 | 18.53 | 8.75 | - |
| YUV | 118.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 72 | 0 | 0.17 | 0.49 | 0.45 | 38.82 | 0.32 | 0.42 |
| Hex | 8C | 74 | 48 | 0 | 11 | 31 | 2D | 27 | 20 | 2A |
| Octal | 214 | 164 | 110 | 0 | 21 | 61 | 55 | 47 | 40 | 52 |
| Binary | 10001100 | 1110100 | 1001000 | 0 | 10001 | 110001 | 101101 | 100111 | 100000 | 101010 |
Color Harmonies of #8C7448
Complementary color
Monochromatic Colors of #8C7448
Black with #8C7448
Text Example
Text Example
White with #8C7448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7448; }
p { color: rgb(140,116,72); }
H1.HeaderClassName
{
color: #8C7448;
}
.AnyTagClassName
{
color: #8C7448;
}
</style>
background-color css
<style>
a { background-color: #8C7448; }
a { background-color: rgb(140,116,72); }
div.DivClassName
{
background-color: #8C7448;
}
.BgClassName
{
background-color: #8C7448;
}
</style>
border-color css
<style>
span { border-color: #8C7448; }
span { border-color: rgb(140,116,72); }
td.TdClassName
{
border-color: #8C7448;
}
.TagClassName
{
border-color: #8C7448;
}
</style>