Shades of Shadow #8B7047
Tints of Shadow #8B7047
RGB
CMYK
RGB Variations
Color information
#8B7047 (or 0x8B7047) is known color: Shadow. HEX triplet: 8B, 70 and 47. RGB value is (139,112,71). Sum of RGB (Red+Green+Blue) = 139+112+71=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7047 is #748FB8. Grayscale: #737373. Windows color (decimal): -7638969 or 4681867. OLE color: 4681867.
HSL color Cylindrical-coordinate representation of color #8B7047: hue angle of 36.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B7047 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 71 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.45 |
| HSL | 36.18º | 0.32% | 0.41% | - |
| HSV(B) | 36.18º | 0.49% | 0.55% | - |
| XYZ | 17.58 | 17.53 | 8.42 | - |
| YUV | 115.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 71 | 0 | 0.19 | 0.49 | 0.45 | 36.18 | 0.32 | 0.41 |
| Hex | 8B | 70 | 47 | 0 | 13 | 31 | 2D | 24 | 20 | 29 |
| Octal | 213 | 160 | 107 | 0 | 23 | 61 | 55 | 44 | 40 | 51 |
| Binary | 10001011 | 1110000 | 1000111 | 0 | 10011 | 110001 | 101101 | 100100 | 100000 | 101001 |
Color Harmonies of #8B7047
Complementary color
Monochromatic Colors of #8B7047
Black with #8B7047
Text Example
Text Example
White with #8B7047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7047; }
p { color: rgb(139,112,71); }
H1.HeaderClassName
{
color: #8B7047;
}
.AnyTagClassName
{
color: #8B7047;
}
</style>
background-color css
<style>
a { background-color: #8B7047; }
a { background-color: rgb(139,112,71); }
div.DivClassName
{
background-color: #8B7047;
}
.BgClassName
{
background-color: #8B7047;
}
</style>
border-color css
<style>
span { border-color: #8B7047; }
span { border-color: rgb(139,112,71); }
td.TdClassName
{
border-color: #8B7047;
}
.TagClassName
{
border-color: #8B7047;
}
</style>