Shades of Shadow #8B704A
Tints of Shadow #8B704A
RGB
CMYK
RGB Variations
Color information
#8B704A (or 0x8B704A) is known color: Shadow. HEX triplet: 8B, 70 and 4A. RGB value is (139,112,74). Sum of RGB (Red+Green+Blue) = 139+112+74=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B704A is #748FB5. Grayscale: #737373. Windows color (decimal): -7638966 or 4878475. OLE color: 4878475.
HSL color Cylindrical-coordinate representation of color #8B704A: hue angle of 35.08º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B704A is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 74 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.45 |
| HSL | 35.08º | 0.31% | 0.42% | - |
| HSV(B) | 35.08º | 0.47% | 0.55% | - |
| XYZ | 17.68 | 17.57 | 8.94 | - |
| YUV | 115.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 74 | 0 | 0.19 | 0.47 | 0.45 | 35.08 | 0.31 | 0.42 |
| Hex | 8B | 70 | 4A | 0 | 13 | 2F | 2D | 23 | 1F | 2A |
| Octal | 213 | 160 | 112 | 0 | 23 | 57 | 55 | 43 | 37 | 52 |
| Binary | 10001011 | 1110000 | 1001010 | 0 | 10011 | 101111 | 101101 | 100011 | 11111 | 101010 |
Color Harmonies of #8B704A
Complementary color
Monochromatic Colors of #8B704A
Black with #8B704A
Text Example
Text Example
White with #8B704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B704A; }
p { color: rgb(139,112,74); }
H1.HeaderClassName
{
color: #8B704A;
}
.AnyTagClassName
{
color: #8B704A;
}
</style>
background-color css
<style>
a { background-color: #8B704A; }
a { background-color: rgb(139,112,74); }
div.DivClassName
{
background-color: #8B704A;
}
.BgClassName
{
background-color: #8B704A;
}
</style>
border-color css
<style>
span { border-color: #8B704A; }
span { border-color: rgb(139,112,74); }
td.TdClassName
{
border-color: #8B704A;
}
.TagClassName
{
border-color: #8B704A;
}
</style>