Shades of Shadow #8B7446
Tints of Shadow #8B7446
RGB
CMYK
RGB Variations
Color information
#8B7446 (or 0x8B7446) is known color: Shadow. HEX triplet: 8B, 74 and 46. RGB value is (139,116,70). Sum of RGB (Red+Green+Blue) = 139+116+70=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7446 is #748BB9. Grayscale: #757575. Windows color (decimal): -7637946 or 4617355. OLE color: 4617355.
HSL color Cylindrical-coordinate representation of color #8B7446: hue angle of 40º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7446 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 70 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.45 |
| HSL | 40º | 0.33% | 0.41% | - |
| HSV(B) | 40º | 0.5% | 0.55% | - |
| XYZ | 18 | 18.42 | 8.4 | - |
| YUV | 117.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 70 | 0 | 0.17 | 0.50 | 0.45 | 40 | 0.33 | 0.41 |
| Hex | 8B | 74 | 46 | 0 | 11 | 32 | 2D | 28 | 21 | 29 |
| Octal | 213 | 164 | 106 | 0 | 21 | 62 | 55 | 50 | 41 | 51 |
| Binary | 10001011 | 1110100 | 1000110 | 0 | 10001 | 110010 | 101101 | 101000 | 100001 | 101001 |
Color Harmonies of #8B7446
Complementary color
Monochromatic Colors of #8B7446
Black with #8B7446
Text Example
Text Example
White with #8B7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7446; }
p { color: rgb(139,116,70); }
H1.HeaderClassName
{
color: #8B7446;
}
.AnyTagClassName
{
color: #8B7446;
}
</style>
background-color css
<style>
a { background-color: #8B7446; }
a { background-color: rgb(139,116,70); }
div.DivClassName
{
background-color: #8B7446;
}
.BgClassName
{
background-color: #8B7446;
}
</style>
border-color css
<style>
span { border-color: #8B7446; }
span { border-color: rgb(139,116,70); }
td.TdClassName
{
border-color: #8B7446;
}
.TagClassName
{
border-color: #8B7446;
}
</style>