Shades of Shadow #8A7041
Tints of Shadow #8A7041
RGB
CMYK
RGB Variations
Color information
#8A7041 (or 0x8A7041) is known color: Shadow. HEX triplet: 8A, 70 and 41. RGB value is (138,112,65). Sum of RGB (Red+Green+Blue) = 138+112+65=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7041 is #758FBE. Grayscale: #727272. Windows color (decimal): -7704511 or 4288650. OLE color: 4288650.
HSL color Cylindrical-coordinate representation of color #8A7041: hue angle of 38.63º 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 #8A7041 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 65 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.46 |
| HSL | 38.63º | 0.36% | 0.4% | - |
| HSV(B) | 38.63º | 0.53% | 0.54% | - |
| XYZ | 17.23 | 17.37 | 7.45 | - |
| YUV | 114.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 65 | 0 | 0.19 | 0.53 | 0.46 | 38.63 | 0.36 | 0.4 |
| Hex | 8A | 70 | 41 | 0 | 13 | 35 | 2E | 27 | 24 | 28 |
| Octal | 212 | 160 | 101 | 0 | 23 | 65 | 56 | 47 | 44 | 50 |
| Binary | 10001010 | 1110000 | 1000001 | 0 | 10011 | 110101 | 101110 | 100111 | 100100 | 101000 |
Color Harmonies of #8A7041
Complementary color
Monochromatic Colors of #8A7041
Black with #8A7041
Text Example
Text Example
White with #8A7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7041; }
p { color: rgb(138,112,65); }
H1.HeaderClassName
{
color: #8A7041;
}
.AnyTagClassName
{
color: #8A7041;
}
</style>
background-color css
<style>
a { background-color: #8A7041; }
a { background-color: rgb(138,112,65); }
div.DivClassName
{
background-color: #8A7041;
}
.BgClassName
{
background-color: #8A7041;
}
</style>
border-color css
<style>
span { border-color: #8A7041; }
span { border-color: rgb(138,112,65); }
td.TdClassName
{
border-color: #8A7041;
}
.TagClassName
{
border-color: #8A7041;
}
</style>