Shades of Shadow #8B7145
Tints of Shadow #8B7145
RGB
CMYK
RGB Variations
Color information
#8B7145 (or 0x8B7145) is known color: Shadow. HEX triplet: 8B, 71 and 45. RGB value is (139,113,69). Sum of RGB (Red+Green+Blue) = 139+113+69=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7145 is #748EBA. Grayscale: #737373. Windows color (decimal): -7638715 or 4551051. OLE color: 4551051.
HSL color Cylindrical-coordinate representation of color #8B7145: hue angle of 37.71º degrees, saturation: 0.34, 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 #8B7145 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 69 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.45 |
| HSL | 37.71º | 0.34% | 0.41% | - |
| HSV(B) | 37.71º | 0.5% | 0.55% | - |
| XYZ | 17.63 | 17.73 | 8.12 | - |
| YUV | 115.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 69 | 0 | 0.19 | 0.50 | 0.45 | 37.71 | 0.34 | 0.41 |
| Hex | 8B | 71 | 45 | 0 | 13 | 32 | 2D | 26 | 22 | 29 |
| Octal | 213 | 161 | 105 | 0 | 23 | 62 | 55 | 46 | 42 | 51 |
| Binary | 10001011 | 1110001 | 1000101 | 0 | 10011 | 110010 | 101101 | 100110 | 100010 | 101001 |
Color Harmonies of #8B7145
Complementary color
Monochromatic Colors of #8B7145
Black with #8B7145
Text Example
Text Example
White with #8B7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7145; }
p { color: rgb(139,113,69); }
H1.HeaderClassName
{
color: #8B7145;
}
.AnyTagClassName
{
color: #8B7145;
}
</style>
background-color css
<style>
a { background-color: #8B7145; }
a { background-color: rgb(139,113,69); }
div.DivClassName
{
background-color: #8B7145;
}
.BgClassName
{
background-color: #8B7145;
}
</style>
border-color css
<style>
span { border-color: #8B7145; }
span { border-color: rgb(139,113,69); }
td.TdClassName
{
border-color: #8B7145;
}
.TagClassName
{
border-color: #8B7145;
}
</style>