Shades of Shadow #8A7341
Tints of Shadow #8A7341
RGB
CMYK
RGB Variations
Color information
#8A7341 (or 0x8A7341) is known color: Shadow. HEX triplet: 8A, 73 and 41. RGB value is (138,115,65). Sum of RGB (Red+Green+Blue) = 138+115+65=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7341 is #758CBE. Grayscale: #747474. Windows color (decimal): -7703743 or 4289418. OLE color: 4289418.
HSL color Cylindrical-coordinate representation of color #8A7341: hue angle of 41.1º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A7341 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 65 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.46 |
| HSL | 41.1º | 0.36% | 0.4% | - |
| HSV(B) | 41.1º | 0.53% | 0.54% | - |
| XYZ | 17.57 | 18.05 | 7.56 | - |
| YUV | 116.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 65 | 0 | 0.17 | 0.53 | 0.46 | 41.1 | 0.36 | 0.4 |
| Hex | 8A | 73 | 41 | 0 | 11 | 35 | 2E | 29 | 24 | 28 |
| Octal | 212 | 163 | 101 | 0 | 21 | 65 | 56 | 51 | 44 | 50 |
| Binary | 10001010 | 1110011 | 1000001 | 0 | 10001 | 110101 | 101110 | 101001 | 100100 | 101000 |
Color Harmonies of #8A7341
Complementary color
Monochromatic Colors of #8A7341
Black with #8A7341
Text Example
Text Example
White with #8A7341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7341; }
p { color: rgb(138,115,65); }
H1.HeaderClassName
{
color: #8A7341;
}
.AnyTagClassName
{
color: #8A7341;
}
</style>
background-color css
<style>
a { background-color: #8A7341; }
a { background-color: rgb(138,115,65); }
div.DivClassName
{
background-color: #8A7341;
}
.BgClassName
{
background-color: #8A7341;
}
</style>
border-color css
<style>
span { border-color: #8A7341; }
span { border-color: rgb(138,115,65); }
td.TdClassName
{
border-color: #8A7341;
}
.TagClassName
{
border-color: #8A7341;
}
</style>