Shades of Shadow #8B714E
Tints of Shadow #8B714E
RGB
CMYK
RGB Variations
Color information
#8B714E (or 0x8B714E) is known color: Shadow. HEX triplet: 8B, 71 and 4E. RGB value is (139,113,78). Sum of RGB (Red+Green+Blue) = 139+113+78=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B714E is #748EB1. Grayscale: #747474. Windows color (decimal): -7638706 or 5140875. OLE color: 5140875.
HSL color Cylindrical-coordinate representation of color #8B714E: hue angle of 34.43º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B714E is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 78 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.45 |
| HSL | 34.43º | 0.28% | 0.43% | - |
| HSV(B) | 34.43º | 0.44% | 0.55% | - |
| XYZ | 17.93 | 17.85 | 9.71 | - |
| YUV | 116.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 78 | 0 | 0.19 | 0.44 | 0.45 | 34.43 | 0.28 | 0.43 |
| Hex | 8B | 71 | 4E | 0 | 13 | 2C | 2D | 22 | 1C | 2B |
| Octal | 213 | 161 | 116 | 0 | 23 | 54 | 55 | 42 | 34 | 53 |
| Binary | 10001011 | 1110001 | 1001110 | 0 | 10011 | 101100 | 101101 | 100010 | 11100 | 101011 |
Color Harmonies of #8B714E
Complementary color
Monochromatic Colors of #8B714E
Black with #8B714E
Text Example
Text Example
White with #8B714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B714E; }
p { color: rgb(139,113,78); }
H1.HeaderClassName
{
color: #8B714E;
}
.AnyTagClassName
{
color: #8B714E;
}
</style>
background-color css
<style>
a { background-color: #8B714E; }
a { background-color: rgb(139,113,78); }
div.DivClassName
{
background-color: #8B714E;
}
.BgClassName
{
background-color: #8B714E;
}
</style>
border-color css
<style>
span { border-color: #8B714E; }
span { border-color: rgb(139,113,78); }
td.TdClassName
{
border-color: #8B714E;
}
.TagClassName
{
border-color: #8B714E;
}
</style>