Shades of Shadow #8B7644
Tints of Shadow #8B7644
RGB
CMYK
RGB Variations
Color information
#8B7644 (or 0x8B7644) is known color: Shadow. HEX triplet: 8B, 76 and 44. RGB value is (139,118,68). Sum of RGB (Red+Green+Blue) = 139+118+68=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7644 is #7489BB. Grayscale: #767676. Windows color (decimal): -7637436 or 4486795. OLE color: 4486795.
HSL color Cylindrical-coordinate representation of color #8B7644: hue angle of 42.25º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B7644 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 68 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.45 |
| HSL | 42.25º | 0.34% | 0.41% | - |
| HSV(B) | 42.25º | 0.51% | 0.55% | - |
| XYZ | 18.17 | 18.86 | 8.15 | - |
| YUV | 118.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 68 | 0 | 0.15 | 0.51 | 0.45 | 42.25 | 0.34 | 0.41 |
| Hex | 8B | 76 | 44 | 0 | F | 33 | 2D | 2A | 22 | 29 |
| Octal | 213 | 166 | 104 | 0 | 17 | 63 | 55 | 52 | 42 | 51 |
| Binary | 10001011 | 1110110 | 1000100 | 0 | 1111 | 110011 | 101101 | 101010 | 100010 | 101001 |
Color Harmonies of #8B7644
Complementary color
Monochromatic Colors of #8B7644
Black with #8B7644
Text Example
Text Example
White with #8B7644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7644; }
p { color: rgb(139,118,68); }
H1.HeaderClassName
{
color: #8B7644;
}
.AnyTagClassName
{
color: #8B7644;
}
</style>
background-color css
<style>
a { background-color: #8B7644; }
a { background-color: rgb(139,118,68); }
div.DivClassName
{
background-color: #8B7644;
}
.BgClassName
{
background-color: #8B7644;
}
</style>
border-color css
<style>
span { border-color: #8B7644; }
span { border-color: rgb(139,118,68); }
td.TdClassName
{
border-color: #8B7644;
}
.TagClassName
{
border-color: #8B7644;
}
</style>