Shades of Shadow #8B714D
Tints of Shadow #8B714D
RGB
CMYK
RGB Variations
Color information
#8B714D (or 0x8B714D) is known color: Shadow. HEX triplet: 8B, 71 and 4D. RGB value is (139,113,77). Sum of RGB (Red+Green+Blue) = 139+113+77=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B714D is #748EB2. Grayscale: #747474. Windows color (decimal): -7638707 or 5075339. OLE color: 5075339.
HSL color Cylindrical-coordinate representation of color #8B714D: hue angle of 34.84º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B714D is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 77 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.45 |
| HSL | 34.84º | 0.29% | 0.42% | - |
| HSV(B) | 34.84º | 0.45% | 0.55% | - |
| XYZ | 17.89 | 17.84 | 9.52 | - |
| YUV | 116.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 77 | 0 | 0.19 | 0.45 | 0.45 | 34.84 | 0.29 | 0.42 |
| Hex | 8B | 71 | 4D | 0 | 13 | 2D | 2D | 23 | 1D | 2A |
| Octal | 213 | 161 | 115 | 0 | 23 | 55 | 55 | 43 | 35 | 52 |
| Binary | 10001011 | 1110001 | 1001101 | 0 | 10011 | 101101 | 101101 | 100011 | 11101 | 101010 |
Color Harmonies of #8B714D
Complementary color
Monochromatic Colors of #8B714D
Black with #8B714D
Text Example
Text Example
White with #8B714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B714D; }
p { color: rgb(139,113,77); }
H1.HeaderClassName
{
color: #8B714D;
}
.AnyTagClassName
{
color: #8B714D;
}
</style>
background-color css
<style>
a { background-color: #8B714D; }
a { background-color: rgb(139,113,77); }
div.DivClassName
{
background-color: #8B714D;
}
.BgClassName
{
background-color: #8B714D;
}
</style>
border-color css
<style>
span { border-color: #8B714D; }
span { border-color: rgb(139,113,77); }
td.TdClassName
{
border-color: #8B714D;
}
.TagClassName
{
border-color: #8B714D;
}
</style>