Shades of Shadow #8B7351
Tints of Shadow #8B7351
RGB
CMYK
RGB Variations
Color information
#8B7351 (or 0x8B7351) is known color: Shadow. HEX triplet: 8B, 73 and 51. RGB value is (139,115,81). Sum of RGB (Red+Green+Blue) = 139+115+81=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7351 is #748CAE. Grayscale: #767676. Windows color (decimal): -7638191 or 5337995. OLE color: 5337995.
HSL color Cylindrical-coordinate representation of color #8B7351: hue angle of 35.17º 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 #8B7351 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 81 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.45 |
| HSL | 35.17º | 0.26% | 0.43% | - |
| HSV(B) | 35.17º | 0.42% | 0.55% | - |
| XYZ | 18.26 | 18.34 | 10.36 | - |
| YUV | 118.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 81 | 0 | 0.17 | 0.42 | 0.45 | 35.17 | 0.26 | 0.43 |
| Hex | 8B | 73 | 51 | 0 | 11 | 2A | 2D | 23 | 1A | 2B |
| Octal | 213 | 163 | 121 | 0 | 21 | 52 | 55 | 43 | 32 | 53 |
| Binary | 10001011 | 1110011 | 1010001 | 0 | 10001 | 101010 | 101101 | 100011 | 11010 | 101011 |
Color Harmonies of #8B7351
Complementary color
Monochromatic Colors of #8B7351
Black with #8B7351
Text Example
Text Example
White with #8B7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7351; }
p { color: rgb(139,115,81); }
H1.HeaderClassName
{
color: #8B7351;
}
.AnyTagClassName
{
color: #8B7351;
}
</style>
background-color css
<style>
a { background-color: #8B7351; }
a { background-color: rgb(139,115,81); }
div.DivClassName
{
background-color: #8B7351;
}
.BgClassName
{
background-color: #8B7351;
}
</style>
border-color css
<style>
span { border-color: #8B7351; }
span { border-color: rgb(139,115,81); }
td.TdClassName
{
border-color: #8B7351;
}
.TagClassName
{
border-color: #8B7351;
}
</style>