Shades of Shadow #8A7445
Tints of Shadow #8A7445
RGB
CMYK
RGB Variations
Color information
#8A7445 (or 0x8A7445) is known color: Shadow. HEX triplet: 8A, 74 and 45. RGB value is (138,116,69). Sum of RGB (Red+Green+Blue) = 138+116+69=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7445 is #758BBA. Grayscale: #757575. Windows color (decimal): -7703483 or 4551818. OLE color: 4551818.
HSL color Cylindrical-coordinate representation of color #8A7445: hue angle of 40.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A7445 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 116 | 69 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.46 |
| HSL | 40.87º | 0.33% | 0.41% | - |
| HSV(B) | 40.87º | 0.5% | 0.54% | - |
| XYZ | 17.8 | 18.32 | 8.23 | - |
| YUV | 117.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 69 | 0 | 0.16 | 0.5 | 0.46 | 40.87 | 0.33 | 0.41 |
| Hex | 8A | 74 | 45 | 0 | 10 | 32 | 2E | 29 | 21 | 29 |
| Octal | 212 | 164 | 105 | 0 | 20 | 62 | 56 | 51 | 41 | 51 |
| Binary | 10001010 | 1110100 | 1000101 | 0 | 10000 | 110010 | 101110 | 101001 | 100001 | 101001 |
Color Harmonies of #8A7445
Complementary color
Monochromatic Colors of #8A7445
Black with #8A7445
Text Example
Text Example
White with #8A7445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7445; }
p { color: rgb(138,116,69); }
H1.HeaderClassName
{
color: #8A7445;
}
.AnyTagClassName
{
color: #8A7445;
}
</style>
background-color css
<style>
a { background-color: #8A7445; }
a { background-color: rgb(138,116,69); }
div.DivClassName
{
background-color: #8A7445;
}
.BgClassName
{
background-color: #8A7445;
}
</style>
border-color css
<style>
span { border-color: #8A7445; }
span { border-color: rgb(138,116,69); }
td.TdClassName
{
border-color: #8A7445;
}
.TagClassName
{
border-color: #8A7445;
}
</style>