Shades of Shadow #8B7546
Tints of Shadow #8B7546
RGB
CMYK
RGB Variations
Color information
#8B7546 (or 0x8B7546) is known color: Shadow. HEX triplet: 8B, 75 and 46. RGB value is (139,117,70). Sum of RGB (Red+Green+Blue) = 139+117+70=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7546 is #748AB9. Grayscale: #767676. Windows color (decimal): -7637690 or 4617611. OLE color: 4617611.
HSL color Cylindrical-coordinate representation of color #8B7546: hue angle of 40.87º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B7546 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 70 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.45 |
| HSL | 40.87º | 0.33% | 0.41% | - |
| HSV(B) | 40.87º | 0.5% | 0.55% | - |
| XYZ | 18.11 | 18.65 | 8.44 | - |
| YUV | 118.22 | 100.79 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 70 | 0 | 0.16 | 0.50 | 0.45 | 40.87 | 0.33 | 0.41 |
| Hex | 8B | 75 | 46 | 0 | 10 | 32 | 2D | 29 | 21 | 29 |
| Octal | 213 | 165 | 106 | 0 | 20 | 62 | 55 | 51 | 41 | 51 |
| Binary | 10001011 | 1110101 | 1000110 | 0 | 10000 | 110010 | 101101 | 101001 | 100001 | 101001 |
Color Harmonies of #8B7546
Complementary color
Monochromatic Colors of #8B7546
Black with #8B7546
Text Example
Text Example
White with #8B7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7546; }
p { color: rgb(139,117,70); }
H1.HeaderClassName
{
color: #8B7546;
}
.AnyTagClassName
{
color: #8B7546;
}
</style>
background-color css
<style>
a { background-color: #8B7546; }
a { background-color: rgb(139,117,70); }
div.DivClassName
{
background-color: #8B7546;
}
.BgClassName
{
background-color: #8B7546;
}
</style>
border-color css
<style>
span { border-color: #8B7546; }
span { border-color: rgb(139,117,70); }
td.TdClassName
{
border-color: #8B7546;
}
.TagClassName
{
border-color: #8B7546;
}
</style>