Shades of Shadow #8B7242
Tints of Shadow #8B7242
RGB
CMYK
RGB Variations
Color information
#8B7242 (or 0x8B7242) is known color: Shadow. HEX triplet: 8B, 72 and 42. RGB value is (139,114,66). Sum of RGB (Red+Green+Blue) = 139+114+66=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7242 is #748DBD. Grayscale: #747474. Windows color (decimal): -7638462 or 4354699. OLE color: 4354699.
HSL color Cylindrical-coordinate representation of color #8B7242: hue angle of 39.45º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B7242 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 66 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.45 |
| HSL | 39.45º | 0.36% | 0.4% | - |
| HSV(B) | 39.45º | 0.53% | 0.55% | - |
| XYZ | 17.65 | 17.92 | 7.68 | - |
| YUV | 116 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 66 | 0 | 0.18 | 0.53 | 0.45 | 39.45 | 0.36 | 0.4 |
| Hex | 8B | 72 | 42 | 0 | 12 | 35 | 2D | 27 | 24 | 28 |
| Octal | 213 | 162 | 102 | 0 | 22 | 65 | 55 | 47 | 44 | 50 |
| Binary | 10001011 | 1110010 | 1000010 | 0 | 10010 | 110101 | 101101 | 100111 | 100100 | 101000 |
Color Harmonies of #8B7242
Complementary color
Monochromatic Colors of #8B7242
Black with #8B7242
Text Example
Text Example
White with #8B7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7242; }
p { color: rgb(139,114,66); }
H1.HeaderClassName
{
color: #8B7242;
}
.AnyTagClassName
{
color: #8B7242;
}
</style>
background-color css
<style>
a { background-color: #8B7242; }
a { background-color: rgb(139,114,66); }
div.DivClassName
{
background-color: #8B7242;
}
.BgClassName
{
background-color: #8B7242;
}
</style>
border-color css
<style>
span { border-color: #8B7242; }
span { border-color: rgb(139,114,66); }
td.TdClassName
{
border-color: #8B7242;
}
.TagClassName
{
border-color: #8B7242;
}
</style>