Shades of Shadow #8D753F
Tints of Shadow #8D753F
RGB
CMYK
RGB Variations
Color information
#8D753F (or 0x8D753F) is known color: Shadow. HEX triplet: 8D, 75 and 3F. RGB value is (141,117,63). Sum of RGB (Red+Green+Blue) = 141+117+63=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D753F is #728AC0. Grayscale: #767676. Windows color (decimal): -7506625 or 4158861. OLE color: 4158861.
HSL color Cylindrical-coordinate representation of color #8D753F: hue angle of 41.54º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D753F is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 63 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.45 |
| HSL | 41.54º | 0.38% | 0.4% | - |
| HSV(B) | 41.54º | 0.55% | 0.55% | - |
| XYZ | 18.24 | 18.74 | 7.36 | - |
| YUV | 118.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 63 | 0 | 0.17 | 0.55 | 0.45 | 41.54 | 0.38 | 0.4 |
| Hex | 8D | 75 | 3F | 0 | 11 | 37 | 2D | 2A | 26 | 28 |
| Octal | 215 | 165 | 77 | 0 | 21 | 67 | 55 | 52 | 46 | 50 |
| Binary | 10001101 | 1110101 | 111111 | 0 | 10001 | 110111 | 101101 | 101010 | 100110 | 101000 |
Color Harmonies of #8D753F
Complementary color
Monochromatic Colors of #8D753F
Black with #8D753F
Text Example
Text Example
White with #8D753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D753F; }
p { color: rgb(141,117,63); }
H1.HeaderClassName
{
color: #8D753F;
}
.AnyTagClassName
{
color: #8D753F;
}
</style>
background-color css
<style>
a { background-color: #8D753F; }
a { background-color: rgb(141,117,63); }
div.DivClassName
{
background-color: #8D753F;
}
.BgClassName
{
background-color: #8D753F;
}
</style>
border-color css
<style>
span { border-color: #8D753F; }
span { border-color: rgb(141,117,63); }
td.TdClassName
{
border-color: #8D753F;
}
.TagClassName
{
border-color: #8D753F;
}
</style>