Shades of Shadow #8B7143
Tints of Shadow #8B7143
RGB
CMYK
RGB Variations
Color information
#8B7143 (or 0x8B7143) is known color: Shadow. HEX triplet: 8B, 71 and 43. RGB value is (139,113,67). Sum of RGB (Red+Green+Blue) = 139+113+67=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7143 is #748EBC. Grayscale: #737373. Windows color (decimal): -7638717 or 4419979. OLE color: 4419979.
HSL color Cylindrical-coordinate representation of color #8B7143: hue angle of 38.33º 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 #8B7143 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 67 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.45 |
| HSL | 38.33º | 0.35% | 0.4% | - |
| HSV(B) | 38.33º | 0.52% | 0.55% | - |
| XYZ | 17.57 | 17.7 | 7.8 | - |
| YUV | 115.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 67 | 0 | 0.19 | 0.52 | 0.45 | 38.33 | 0.35 | 0.4 |
| Hex | 8B | 71 | 43 | 0 | 13 | 34 | 2D | 26 | 23 | 28 |
| Octal | 213 | 161 | 103 | 0 | 23 | 64 | 55 | 46 | 43 | 50 |
| Binary | 10001011 | 1110001 | 1000011 | 0 | 10011 | 110100 | 101101 | 100110 | 100011 | 101000 |
Color Harmonies of #8B7143
Complementary color
Monochromatic Colors of #8B7143
Black with #8B7143
Text Example
Text Example
White with #8B7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7143; }
p { color: rgb(139,113,67); }
H1.HeaderClassName
{
color: #8B7143;
}
.AnyTagClassName
{
color: #8B7143;
}
</style>
background-color css
<style>
a { background-color: #8B7143; }
a { background-color: rgb(139,113,67); }
div.DivClassName
{
background-color: #8B7143;
}
.BgClassName
{
background-color: #8B7143;
}
</style>
border-color css
<style>
span { border-color: #8B7143; }
span { border-color: rgb(139,113,67); }
td.TdClassName
{
border-color: #8B7143;
}
.TagClassName
{
border-color: #8B7143;
}
</style>