Shades of Shadow #8B7653
Tints of Shadow #8B7653
RGB
CMYK
RGB Variations
Color information
#8B7653 (or 0x8B7653) is known color: Shadow. HEX triplet: 8B, 76 and 53. RGB value is (139,118,83). Sum of RGB (Red+Green+Blue) = 139+118+83=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7653 is #7489AC. Grayscale: #787878. Windows color (decimal): -7637421 or 5469835. OLE color: 5469835.
HSL color Cylindrical-coordinate representation of color #8B7653: hue angle of 37.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7653 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 83 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.45 |
| HSL | 37.5º | 0.25% | 0.44% | - |
| HSV(B) | 37.5º | 0.4% | 0.55% | - |
| XYZ | 18.69 | 19.07 | 10.88 | - |
| YUV | 120.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 83 | 0 | 0.15 | 0.40 | 0.45 | 37.5 | 0.25 | 0.44 |
| Hex | 8B | 76 | 53 | 0 | F | 28 | 2D | 26 | 19 | 2C |
| Octal | 213 | 166 | 123 | 0 | 17 | 50 | 55 | 46 | 31 | 54 |
| Binary | 10001011 | 1110110 | 1010011 | 0 | 1111 | 101000 | 101101 | 100110 | 11001 | 101100 |
Color Harmonies of #8B7653
Complementary color
Monochromatic Colors of #8B7653
Black with #8B7653
Text Example
Text Example
White with #8B7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7653; }
p { color: rgb(139,118,83); }
H1.HeaderClassName
{
color: #8B7653;
}
.AnyTagClassName
{
color: #8B7653;
}
</style>
background-color css
<style>
a { background-color: #8B7653; }
a { background-color: rgb(139,118,83); }
div.DivClassName
{
background-color: #8B7653;
}
.BgClassName
{
background-color: #8B7653;
}
</style>
border-color css
<style>
span { border-color: #8B7653; }
span { border-color: rgb(139,118,83); }
td.TdClassName
{
border-color: #8B7653;
}
.TagClassName
{
border-color: #8B7653;
}
</style>