Shades of Shadow #8B7044
Tints of Shadow #8B7044
RGB
CMYK
RGB Variations
Color information
#8B7044 (or 0x8B7044) is known color: Shadow. HEX triplet: 8B, 70 and 44. RGB value is (139,112,68). Sum of RGB (Red+Green+Blue) = 139+112+68=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7044 is #748FBB. Grayscale: #737373. Windows color (decimal): -7638972 or 4485259. OLE color: 4485259.
HSL color Cylindrical-coordinate representation of color #8B7044: hue angle of 37.18º 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 #8B7044 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 68 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.45 |
| HSL | 37.18º | 0.34% | 0.41% | - |
| HSV(B) | 37.18º | 0.51% | 0.55% | - |
| XYZ | 17.49 | 17.49 | 7.92 | - |
| YUV | 115.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 68 | 0 | 0.19 | 0.51 | 0.45 | 37.18 | 0.34 | 0.41 |
| Hex | 8B | 70 | 44 | 0 | 13 | 33 | 2D | 25 | 22 | 29 |
| Octal | 213 | 160 | 104 | 0 | 23 | 63 | 55 | 45 | 42 | 51 |
| Binary | 10001011 | 1110000 | 1000100 | 0 | 10011 | 110011 | 101101 | 100101 | 100010 | 101001 |
Color Harmonies of #8B7044
Complementary color
Monochromatic Colors of #8B7044
Black with #8B7044
Text Example
Text Example
White with #8B7044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7044; }
p { color: rgb(139,112,68); }
H1.HeaderClassName
{
color: #8B7044;
}
.AnyTagClassName
{
color: #8B7044;
}
</style>
background-color css
<style>
a { background-color: #8B7044; }
a { background-color: rgb(139,112,68); }
div.DivClassName
{
background-color: #8B7044;
}
.BgClassName
{
background-color: #8B7044;
}
</style>
border-color css
<style>
span { border-color: #8B7044; }
span { border-color: rgb(139,112,68); }
td.TdClassName
{
border-color: #8B7044;
}
.TagClassName
{
border-color: #8B7044;
}
</style>