Shades of Shadow #8C7546
Tints of Shadow #8C7546
RGB
CMYK
RGB Variations
Color information
#8C7546 (or 0x8C7546) is known color: Shadow. HEX triplet: 8C, 75 and 46. RGB value is (140,117,70). Sum of RGB (Red+Green+Blue) = 140+117+70=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7546 is #738AB9. Grayscale: #767676. Windows color (decimal): -7572154 or 4617612. OLE color: 4617612.
HSL color Cylindrical-coordinate representation of color #8C7546: hue angle of 40.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C7546 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 70 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.45 |
| HSL | 40.29º | 0.33% | 0.41% | - |
| HSV(B) | 40.29º | 0.5% | 0.55% | - |
| XYZ | 18.28 | 18.74 | 8.45 | - |
| YUV | 118.52 | 100.62 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 70 | 0 | 0.16 | 0.50 | 0.45 | 40.29 | 0.33 | 0.41 |
| Hex | 8C | 75 | 46 | 0 | 10 | 32 | 2D | 28 | 21 | 29 |
| Octal | 214 | 165 | 106 | 0 | 20 | 62 | 55 | 50 | 41 | 51 |
| Binary | 10001100 | 1110101 | 1000110 | 0 | 10000 | 110010 | 101101 | 101000 | 100001 | 101001 |
Color Harmonies of #8C7546
Complementary color
Monochromatic Colors of #8C7546
Black with #8C7546
Text Example
Text Example
White with #8C7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7546; }
p { color: rgb(140,117,70); }
H1.HeaderClassName
{
color: #8C7546;
}
.AnyTagClassName
{
color: #8C7546;
}
</style>
background-color css
<style>
a { background-color: #8C7546; }
a { background-color: rgb(140,117,70); }
div.DivClassName
{
background-color: #8C7546;
}
.BgClassName
{
background-color: #8C7546;
}
</style>
border-color css
<style>
span { border-color: #8C7546; }
span { border-color: rgb(140,117,70); }
td.TdClassName
{
border-color: #8C7546;
}
.TagClassName
{
border-color: #8C7546;
}
</style>