Shades of Shadow #8B7040
Tints of Shadow #8B7040
RGB
CMYK
RGB Variations
Color information
#8B7040 (or 0x8B7040) is known color: Shadow. HEX triplet: 8B, 70 and 40. RGB value is (139,112,64). Sum of RGB (Red+Green+Blue) = 139+112+64=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7040 is #748FBF. Grayscale: #727272. Windows color (decimal): -7638976 or 4223115. OLE color: 4223115.
HSL color Cylindrical-coordinate representation of color #8B7040: hue angle of 38.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B7040 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 64 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.45 |
| HSL | 38.4º | 0.37% | 0.4% | - |
| HSV(B) | 38.4º | 0.54% | 0.55% | - |
| XYZ | 17.37 | 17.45 | 7.3 | - |
| YUV | 114.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 64 | 0 | 0.19 | 0.54 | 0.45 | 38.4 | 0.37 | 0.4 |
| Hex | 8B | 70 | 40 | 0 | 13 | 36 | 2D | 26 | 25 | 28 |
| Octal | 213 | 160 | 100 | 0 | 23 | 66 | 55 | 46 | 45 | 50 |
| Binary | 10001011 | 1110000 | 1000000 | 0 | 10011 | 110110 | 101101 | 100110 | 100101 | 101000 |
Color Harmonies of #8B7040
Complementary color
Monochromatic Colors of #8B7040
Black with #8B7040
Text Example
Text Example
White with #8B7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7040; }
p { color: rgb(139,112,64); }
H1.HeaderClassName
{
color: #8B7040;
}
.AnyTagClassName
{
color: #8B7040;
}
</style>
background-color css
<style>
a { background-color: #8B7040; }
a { background-color: rgb(139,112,64); }
div.DivClassName
{
background-color: #8B7040;
}
.BgClassName
{
background-color: #8B7040;
}
</style>
border-color css
<style>
span { border-color: #8B7040; }
span { border-color: rgb(139,112,64); }
td.TdClassName
{
border-color: #8B7040;
}
.TagClassName
{
border-color: #8B7040;
}
</style>