Shades of Shadow #8B7343
Tints of Shadow #8B7343
RGB
CMYK
RGB Variations
Color information
#8B7343 (or 0x8B7343) is known color: Shadow. HEX triplet: 8B, 73 and 43. RGB value is (139,115,67). Sum of RGB (Red+Green+Blue) = 139+115+67=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7343 is #748CBC. Grayscale: #747474. Windows color (decimal): -7638205 or 4420491. OLE color: 4420491.
HSL color Cylindrical-coordinate representation of color #8B7343: hue angle of 40º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B7343 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 67 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.45 |
| HSL | 40º | 0.35% | 0.4% | - |
| HSV(B) | 40º | 0.52% | 0.55% | - |
| XYZ | 17.79 | 18.16 | 7.88 | - |
| YUV | 116.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 67 | 0 | 0.17 | 0.52 | 0.45 | 40 | 0.35 | 0.4 |
| Hex | 8B | 73 | 43 | 0 | 11 | 34 | 2D | 28 | 23 | 28 |
| Octal | 213 | 163 | 103 | 0 | 21 | 64 | 55 | 50 | 43 | 50 |
| Binary | 10001011 | 1110011 | 1000011 | 0 | 10001 | 110100 | 101101 | 101000 | 100011 | 101000 |
Color Harmonies of #8B7343
Complementary color
Monochromatic Colors of #8B7343
Black with #8B7343
Text Example
Text Example
White with #8B7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7343; }
p { color: rgb(139,115,67); }
H1.HeaderClassName
{
color: #8B7343;
}
.AnyTagClassName
{
color: #8B7343;
}
</style>
background-color css
<style>
a { background-color: #8B7343; }
a { background-color: rgb(139,115,67); }
div.DivClassName
{
background-color: #8B7343;
}
.BgClassName
{
background-color: #8B7343;
}
</style>
border-color css
<style>
span { border-color: #8B7343; }
span { border-color: rgb(139,115,67); }
td.TdClassName
{
border-color: #8B7343;
}
.TagClassName
{
border-color: #8B7343;
}
</style>