Shades of Shadow #8C7348
Tints of Shadow #8C7348
RGB
CMYK
RGB Variations
Color information
#8C7348 (or 0x8C7348) is known color: Shadow. HEX triplet: 8C, 73 and 48. RGB value is (140,115,72). Sum of RGB (Red+Green+Blue) = 140+115+72=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7348 is #738CB7. Grayscale: #757575. Windows color (decimal): -7572664 or 4748172. OLE color: 4748172.
HSL color Cylindrical-coordinate representation of color #8C7348: hue angle of 37.94º 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 #8C7348 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 72 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.45 |
| HSL | 37.94º | 0.32% | 0.42% | - |
| HSV(B) | 37.94º | 0.49% | 0.55% | - |
| XYZ | 18.12 | 18.3 | 8.71 | - |
| YUV | 117.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 72 | 0 | 0.18 | 0.49 | 0.45 | 37.94 | 0.32 | 0.42 |
| Hex | 8C | 73 | 48 | 0 | 12 | 31 | 2D | 26 | 20 | 2A |
| Octal | 214 | 163 | 110 | 0 | 22 | 61 | 55 | 46 | 40 | 52 |
| Binary | 10001100 | 1110011 | 1001000 | 0 | 10010 | 110001 | 101101 | 100110 | 100000 | 101010 |
Color Harmonies of #8C7348
Complementary color
Monochromatic Colors of #8C7348
Black with #8C7348
Text Example
Text Example
White with #8C7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7348; }
p { color: rgb(140,115,72); }
H1.HeaderClassName
{
color: #8C7348;
}
.AnyTagClassName
{
color: #8C7348;
}
</style>
background-color css
<style>
a { background-color: #8C7348; }
a { background-color: rgb(140,115,72); }
div.DivClassName
{
background-color: #8C7348;
}
.BgClassName
{
background-color: #8C7348;
}
</style>
border-color css
<style>
span { border-color: #8C7348; }
span { border-color: rgb(140,115,72); }
td.TdClassName
{
border-color: #8C7348;
}
.TagClassName
{
border-color: #8C7348;
}
</style>