Shades of Shadow #8A7345
Tints of Shadow #8A7345
RGB
CMYK
RGB Variations
Color information
#8A7345 (or 0x8A7345) is known color: Shadow. HEX triplet: 8A, 73 and 45. RGB value is (138,115,69). Sum of RGB (Red+Green+Blue) = 138+115+69=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7345 is #758CBA. Grayscale: #747474. Windows color (decimal): -7703739 or 4551562. OLE color: 4551562.
HSL color Cylindrical-coordinate representation of color #8A7345: hue angle of 40º 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 #8A7345 is Cyan = 0, Magento = 0.17, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 69 | - |
| CMYK | 0 | 0.17 | 0.5 | 0.46 |
| HSL | 40º | 0.33% | 0.41% | - |
| HSV(B) | 40º | 0.5% | 0.54% | - |
| XYZ | 17.69 | 18.09 | 8.19 | - |
| YUV | 116.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 69 | 0 | 0.17 | 0.5 | 0.46 | 40 | 0.33 | 0.41 |
| Hex | 8A | 73 | 45 | 0 | 11 | 32 | 2E | 28 | 21 | 29 |
| Octal | 212 | 163 | 105 | 0 | 21 | 62 | 56 | 50 | 41 | 51 |
| Binary | 10001010 | 1110011 | 1000101 | 0 | 10001 | 110010 | 101110 | 101000 | 100001 | 101001 |
Color Harmonies of #8A7345
Complementary color
Monochromatic Colors of #8A7345
Black with #8A7345
Text Example
Text Example
White with #8A7345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7345; }
p { color: rgb(138,115,69); }
H1.HeaderClassName
{
color: #8A7345;
}
.AnyTagClassName
{
color: #8A7345;
}
</style>
background-color css
<style>
a { background-color: #8A7345; }
a { background-color: rgb(138,115,69); }
div.DivClassName
{
background-color: #8A7345;
}
.BgClassName
{
background-color: #8A7345;
}
</style>
border-color css
<style>
span { border-color: #8A7345; }
span { border-color: rgb(138,115,69); }
td.TdClassName
{
border-color: #8A7345;
}
.TagClassName
{
border-color: #8A7345;
}
</style>