Shades of Shadow #8B7451
Tints of Shadow #8B7451
RGB
CMYK
RGB Variations
Color information
#8B7451 (or 0x8B7451) is known color: Shadow. HEX triplet: 8B, 74 and 51. RGB value is (139,116,81). Sum of RGB (Red+Green+Blue) = 139+116+81=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7451 is #748BAE. Grayscale: #777777. Windows color (decimal): -7637935 or 5338251. OLE color: 5338251.
HSL color Cylindrical-coordinate representation of color #8B7451: hue angle of 36.21º degrees, saturation: 0.26, 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 #8B7451 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 81 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.45 |
| HSL | 36.21º | 0.26% | 0.43% | - |
| HSV(B) | 36.21º | 0.42% | 0.55% | - |
| XYZ | 18.38 | 18.57 | 10.4 | - |
| YUV | 118.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 81 | 0 | 0.17 | 0.42 | 0.45 | 36.21 | 0.26 | 0.43 |
| Hex | 8B | 74 | 51 | 0 | 11 | 2A | 2D | 24 | 1A | 2B |
| Octal | 213 | 164 | 121 | 0 | 21 | 52 | 55 | 44 | 32 | 53 |
| Binary | 10001011 | 1110100 | 1010001 | 0 | 10001 | 101010 | 101101 | 100100 | 11010 | 101011 |
Color Harmonies of #8B7451
Complementary color
Monochromatic Colors of #8B7451
Black with #8B7451
Text Example
Text Example
White with #8B7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7451; }
p { color: rgb(139,116,81); }
H1.HeaderClassName
{
color: #8B7451;
}
.AnyTagClassName
{
color: #8B7451;
}
</style>
background-color css
<style>
a { background-color: #8B7451; }
a { background-color: rgb(139,116,81); }
div.DivClassName
{
background-color: #8B7451;
}
.BgClassName
{
background-color: #8B7451;
}
</style>
border-color css
<style>
span { border-color: #8B7451; }
span { border-color: rgb(139,116,81); }
td.TdClassName
{
border-color: #8B7451;
}
.TagClassName
{
border-color: #8B7451;
}
</style>