Shades of Shadow #8B704D
Tints of Shadow #8B704D
RGB
CMYK
RGB Variations
Color information
#8B704D (or 0x8B704D) is known color: Shadow. HEX triplet: 8B, 70 and 4D. RGB value is (139,112,77). Sum of RGB (Red+Green+Blue) = 139+112+77=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B704D is #748FB2. Grayscale: #747474. Windows color (decimal): -7638963 or 5075083. OLE color: 5075083.
HSL color Cylindrical-coordinate representation of color #8B704D: hue angle of 33.87º 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 #8B704D is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 77 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.45 |
| HSL | 33.87º | 0.29% | 0.42% | - |
| HSV(B) | 33.87º | 0.45% | 0.55% | - |
| XYZ | 17.78 | 17.61 | 9.48 | - |
| YUV | 116.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 77 | 0 | 0.19 | 0.45 | 0.45 | 33.87 | 0.29 | 0.42 |
| Hex | 8B | 70 | 4D | 0 | 13 | 2D | 2D | 22 | 1D | 2A |
| Octal | 213 | 160 | 115 | 0 | 23 | 55 | 55 | 42 | 35 | 52 |
| Binary | 10001011 | 1110000 | 1001101 | 0 | 10011 | 101101 | 101101 | 100010 | 11101 | 101010 |
Color Harmonies of #8B704D
Complementary color
Monochromatic Colors of #8B704D
Black with #8B704D
Text Example
Text Example
White with #8B704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B704D; }
p { color: rgb(139,112,77); }
H1.HeaderClassName
{
color: #8B704D;
}
.AnyTagClassName
{
color: #8B704D;
}
</style>
background-color css
<style>
a { background-color: #8B704D; }
a { background-color: rgb(139,112,77); }
div.DivClassName
{
background-color: #8B704D;
}
.BgClassName
{
background-color: #8B704D;
}
</style>
border-color css
<style>
span { border-color: #8B704D; }
span { border-color: rgb(139,112,77); }
td.TdClassName
{
border-color: #8B704D;
}
.TagClassName
{
border-color: #8B704D;
}
</style>