Shades of Shadow #8A7044
Tints of Shadow #8A7044
RGB
CMYK
RGB Variations
Color information
#8A7044 (or 0x8A7044) is known color: Shadow. HEX triplet: 8A, 70 and 44. RGB value is (138,112,68). Sum of RGB (Red+Green+Blue) = 138+112+68=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7044 is #758FBB. Grayscale: #727272. Windows color (decimal): -7704508 or 4485258. OLE color: 4485258.
HSL color Cylindrical-coordinate representation of color #8A7044: hue angle of 37.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A7044 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 68 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.46 |
| HSL | 37.71º | 0.34% | 0.4% | - |
| HSV(B) | 37.71º | 0.51% | 0.54% | - |
| XYZ | 17.32 | 17.41 | 7.92 | - |
| YUV | 114.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 68 | 0 | 0.19 | 0.51 | 0.46 | 37.71 | 0.34 | 0.4 |
| Hex | 8A | 70 | 44 | 0 | 13 | 33 | 2E | 26 | 22 | 28 |
| Octal | 212 | 160 | 104 | 0 | 23 | 63 | 56 | 46 | 42 | 50 |
| Binary | 10001010 | 1110000 | 1000100 | 0 | 10011 | 110011 | 101110 | 100110 | 100010 | 101000 |
Color Harmonies of #8A7044
Complementary color
Monochromatic Colors of #8A7044
Black with #8A7044
Text Example
Text Example
White with #8A7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7044; }
p { color: rgb(138,112,68); }
H1.HeaderClassName
{
color: #8A7044;
}
.AnyTagClassName
{
color: #8A7044;
}
</style>
background-color css
<style>
a { background-color: #8A7044; }
a { background-color: rgb(138,112,68); }
div.DivClassName
{
background-color: #8A7044;
}
.BgClassName
{
background-color: #8A7044;
}
</style>
border-color css
<style>
span { border-color: #8A7044; }
span { border-color: rgb(138,112,68); }
td.TdClassName
{
border-color: #8A7044;
}
.TagClassName
{
border-color: #8A7044;
}
</style>