Shades of Shadow #8B7444
Tints of Shadow #8B7444
RGB
CMYK
RGB Variations
Color information
#8B7444 (or 0x8B7444) is known color: Shadow. HEX triplet: 8B, 74 and 44. RGB value is (139,116,68). Sum of RGB (Red+Green+Blue) = 139+116+68=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7444 is #748BBB. Grayscale: #757575. Windows color (decimal): -7637948 or 4486283. OLE color: 4486283.
HSL color Cylindrical-coordinate representation of color #8B7444: hue angle of 40.56º 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 #8B7444 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 68 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.45 |
| HSL | 40.56º | 0.34% | 0.41% | - |
| HSV(B) | 40.56º | 0.51% | 0.55% | - |
| XYZ | 17.94 | 18.4 | 8.07 | - |
| YUV | 117.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 68 | 0 | 0.17 | 0.51 | 0.45 | 40.56 | 0.34 | 0.41 |
| Hex | 8B | 74 | 44 | 0 | 11 | 33 | 2D | 29 | 22 | 29 |
| Octal | 213 | 164 | 104 | 0 | 21 | 63 | 55 | 51 | 42 | 51 |
| Binary | 10001011 | 1110100 | 1000100 | 0 | 10001 | 110011 | 101101 | 101001 | 100010 | 101001 |
Color Harmonies of #8B7444
Complementary color
Monochromatic Colors of #8B7444
Black with #8B7444
Text Example
Text Example
White with #8B7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7444; }
p { color: rgb(139,116,68); }
H1.HeaderClassName
{
color: #8B7444;
}
.AnyTagClassName
{
color: #8B7444;
}
</style>
background-color css
<style>
a { background-color: #8B7444; }
a { background-color: rgb(139,116,68); }
div.DivClassName
{
background-color: #8B7444;
}
.BgClassName
{
background-color: #8B7444;
}
</style>
border-color css
<style>
span { border-color: #8B7444; }
span { border-color: rgb(139,116,68); }
td.TdClassName
{
border-color: #8B7444;
}
.TagClassName
{
border-color: #8B7444;
}
</style>