Shades of Shadow #8A7940
Tints of Shadow #8A7940
RGB
CMYK
RGB Variations
Color information
#8A7940 (or 0x8A7940) is known color: Shadow. HEX triplet: 8A, 79 and 40. RGB value is (138,121,64). Sum of RGB (Red+Green+Blue) = 138+121+64=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7940 is #7586BF. Grayscale: #777777. Windows color (decimal): -7702208 or 4225418. OLE color: 4225418.
HSL color Cylindrical-coordinate representation of color #8A7940: hue angle of 46.22º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A7940 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 121 | 64 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.46 |
| HSL | 46.22º | 0.37% | 0.4% | - |
| HSV(B) | 46.22º | 0.54% | 0.54% | - |
| XYZ | 18.24 | 19.45 | 7.64 | - |
| YUV | 119.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 64 | 0 | 0.12 | 0.54 | 0.46 | 46.22 | 0.37 | 0.4 |
| Hex | 8A | 79 | 40 | 0 | C | 36 | 2E | 2E | 25 | 28 |
| Octal | 212 | 171 | 100 | 0 | 14 | 66 | 56 | 56 | 45 | 50 |
| Binary | 10001010 | 1111001 | 1000000 | 0 | 1100 | 110110 | 101110 | 101110 | 100101 | 101000 |
Color Harmonies of #8A7940
Complementary color
Monochromatic Colors of #8A7940
Black with #8A7940
Text Example
Text Example
White with #8A7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7940; }
p { color: rgb(138,121,64); }
H1.HeaderClassName
{
color: #8A7940;
}
.AnyTagClassName
{
color: #8A7940;
}
</style>
background-color css
<style>
a { background-color: #8A7940; }
a { background-color: rgb(138,121,64); }
div.DivClassName
{
background-color: #8A7940;
}
.BgClassName
{
background-color: #8A7940;
}
</style>
border-color css
<style>
span { border-color: #8A7940; }
span { border-color: rgb(138,121,64); }
td.TdClassName
{
border-color: #8A7940;
}
.TagClassName
{
border-color: #8A7940;
}
</style>