Shades of Shadow #8C7643
Tints of Shadow #8C7643
RGB
CMYK
RGB Variations
Color information
#8C7643 (or 0x8C7643) is known color: Shadow. HEX triplet: 8C, 76 and 43. RGB value is (140,118,67). Sum of RGB (Red+Green+Blue) = 140+118+67=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7643 is #7389BC. Grayscale: #767676. Windows color (decimal): -7571901 or 4421260. OLE color: 4421260.
HSL color Cylindrical-coordinate representation of color #8C7643: hue angle of 41.92º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C7643 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 67 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.45 |
| HSL | 41.92º | 0.35% | 0.41% | - |
| HSV(B) | 41.92º | 0.52% | 0.55% | - |
| XYZ | 18.31 | 18.94 | 8 | - |
| YUV | 118.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 67 | 0 | 0.16 | 0.52 | 0.45 | 41.92 | 0.35 | 0.41 |
| Hex | 8C | 76 | 43 | 0 | 10 | 34 | 2D | 2A | 23 | 29 |
| Octal | 214 | 166 | 103 | 0 | 20 | 64 | 55 | 52 | 43 | 51 |
| Binary | 10001100 | 1110110 | 1000011 | 0 | 10000 | 110100 | 101101 | 101010 | 100011 | 101001 |
Color Harmonies of #8C7643
Complementary color
Monochromatic Colors of #8C7643
Black with #8C7643
Text Example
Text Example
White with #8C7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7643; }
p { color: rgb(140,118,67); }
H1.HeaderClassName
{
color: #8C7643;
}
.AnyTagClassName
{
color: #8C7643;
}
</style>
background-color css
<style>
a { background-color: #8C7643; }
a { background-color: rgb(140,118,67); }
div.DivClassName
{
background-color: #8C7643;
}
.BgClassName
{
background-color: #8C7643;
}
</style>
border-color css
<style>
span { border-color: #8C7643; }
span { border-color: rgb(140,118,67); }
td.TdClassName
{
border-color: #8C7643;
}
.TagClassName
{
border-color: #8C7643;
}
</style>