Shades of Shadow #8B7844
Tints of Shadow #8B7844
RGB
CMYK
RGB Variations
Color information
#8B7844 (or 0x8B7844) is known color: Shadow. HEX triplet: 8B, 78 and 44. RGB value is (139,120,68). Sum of RGB (Red+Green+Blue) = 139+120+68=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7844 is #7487BB. Grayscale: #777777. Windows color (decimal): -7636924 or 4487307. OLE color: 4487307.
HSL color Cylindrical-coordinate representation of color #8B7844: hue angle of 43.94º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B7844 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 68 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.45 |
| HSL | 43.94º | 0.34% | 0.41% | - |
| HSV(B) | 43.94º | 0.51% | 0.55% | - |
| XYZ | 18.41 | 19.34 | 8.23 | - |
| YUV | 119.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 68 | 0 | 0.14 | 0.51 | 0.45 | 43.94 | 0.34 | 0.41 |
| Hex | 8B | 78 | 44 | 0 | E | 33 | 2D | 2C | 22 | 29 |
| Octal | 213 | 170 | 104 | 0 | 16 | 63 | 55 | 54 | 42 | 51 |
| Binary | 10001011 | 1111000 | 1000100 | 0 | 1110 | 110011 | 101101 | 101100 | 100010 | 101001 |
Color Harmonies of #8B7844
Complementary color
Monochromatic Colors of #8B7844
Black with #8B7844
Text Example
Text Example
White with #8B7844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7844; }
p { color: rgb(139,120,68); }
H1.HeaderClassName
{
color: #8B7844;
}
.AnyTagClassName
{
color: #8B7844;
}
</style>
background-color css
<style>
a { background-color: #8B7844; }
a { background-color: rgb(139,120,68); }
div.DivClassName
{
background-color: #8B7844;
}
.BgClassName
{
background-color: #8B7844;
}
</style>
border-color css
<style>
span { border-color: #8B7844; }
span { border-color: rgb(139,120,68); }
td.TdClassName
{
border-color: #8B7844;
}
.TagClassName
{
border-color: #8B7844;
}
</style>