Shades of Shadow #8B7650
Tints of Shadow #8B7650
RGB
CMYK
RGB Variations
Color information
#8B7650 (or 0x8B7650) is known color: Shadow. HEX triplet: 8B, 76 and 50. RGB value is (139,118,80). Sum of RGB (Red+Green+Blue) = 139+118+80=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7650 is #7489AF. Grayscale: #787878. Windows color (decimal): -7637424 or 5273227. OLE color: 5273227.
HSL color Cylindrical-coordinate representation of color #8B7650: hue angle of 38.64º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B7650 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 80 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.45 |
| HSL | 38.64º | 0.27% | 0.43% | - |
| HSV(B) | 38.64º | 0.42% | 0.55% | - |
| XYZ | 18.57 | 19.03 | 10.28 | - |
| YUV | 119.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 80 | 0 | 0.15 | 0.42 | 0.45 | 38.64 | 0.27 | 0.43 |
| Hex | 8B | 76 | 50 | 0 | F | 2A | 2D | 27 | 1B | 2B |
| Octal | 213 | 166 | 120 | 0 | 17 | 52 | 55 | 47 | 33 | 53 |
| Binary | 10001011 | 1110110 | 1010000 | 0 | 1111 | 101010 | 101101 | 100111 | 11011 | 101011 |
Color Harmonies of #8B7650
Complementary color
Monochromatic Colors of #8B7650
Black with #8B7650
Text Example
Text Example
White with #8B7650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7650; }
p { color: rgb(139,118,80); }
H1.HeaderClassName
{
color: #8B7650;
}
.AnyTagClassName
{
color: #8B7650;
}
</style>
background-color css
<style>
a { background-color: #8B7650; }
a { background-color: rgb(139,118,80); }
div.DivClassName
{
background-color: #8B7650;
}
.BgClassName
{
background-color: #8B7650;
}
</style>
border-color css
<style>
span { border-color: #8B7650; }
span { border-color: rgb(139,118,80); }
td.TdClassName
{
border-color: #8B7650;
}
.TagClassName
{
border-color: #8B7650;
}
</style>