Shades of Shadow #8A7245
Tints of Shadow #8A7245
RGB
CMYK
RGB Variations
Color information
#8A7245 (or 0x8A7245) is known color: Shadow. HEX triplet: 8A, 72 and 45. RGB value is (138,114,69). Sum of RGB (Red+Green+Blue) = 138+114+69=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7245 is #758DBA. Grayscale: #747474. Windows color (decimal): -7703995 or 4551306. OLE color: 4551306.
HSL color Cylindrical-coordinate representation of color #8A7245: hue angle of 39.13º 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 #8A7245 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 69 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.46 |
| HSL | 39.13º | 0.33% | 0.41% | - |
| HSV(B) | 39.13º | 0.5% | 0.54% | - |
| XYZ | 17.57 | 17.87 | 8.15 | - |
| YUV | 116.05 | 101.45 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 69 | 0 | 0.17 | 0.5 | 0.46 | 39.13 | 0.33 | 0.41 |
| Hex | 8A | 72 | 45 | 0 | 11 | 32 | 2E | 27 | 21 | 29 |
| Octal | 212 | 162 | 105 | 0 | 21 | 62 | 56 | 47 | 41 | 51 |
| Binary | 10001010 | 1110010 | 1000101 | 0 | 10001 | 110010 | 101110 | 100111 | 100001 | 101001 |
Color Harmonies of #8A7245
Complementary color
Monochromatic Colors of #8A7245
Black with #8A7245
Text Example
Text Example
White with #8A7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7245; }
p { color: rgb(138,114,69); }
H1.HeaderClassName
{
color: #8A7245;
}
.AnyTagClassName
{
color: #8A7245;
}
</style>
background-color css
<style>
a { background-color: #8A7245; }
a { background-color: rgb(138,114,69); }
div.DivClassName
{
background-color: #8A7245;
}
.BgClassName
{
background-color: #8A7245;
}
</style>
border-color css
<style>
span { border-color: #8A7245; }
span { border-color: rgb(138,114,69); }
td.TdClassName
{
border-color: #8A7245;
}
.TagClassName
{
border-color: #8A7245;
}
</style>