Shades of Shadow #8B724D
Tints of Shadow #8B724D
RGB
CMYK
RGB Variations
Color information
#8B724D (or 0x8B724D) is known color: Shadow. HEX triplet: 8B, 72 and 4D. RGB value is (139,114,77). Sum of RGB (Red+Green+Blue) = 139+114+77=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B724D is #748DB2. Grayscale: #757575. Windows color (decimal): -7638451 or 5075595. OLE color: 5075595.
HSL color Cylindrical-coordinate representation of color #8B724D: hue angle of 35.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B724D is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 77 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.45 |
| HSL | 35.81º | 0.29% | 0.42% | - |
| HSV(B) | 35.81º | 0.45% | 0.55% | - |
| XYZ | 18 | 18.06 | 9.56 | - |
| YUV | 117.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 77 | 0 | 0.18 | 0.45 | 0.45 | 35.81 | 0.29 | 0.42 |
| Hex | 8B | 72 | 4D | 0 | 12 | 2D | 2D | 24 | 1D | 2A |
| Octal | 213 | 162 | 115 | 0 | 22 | 55 | 55 | 44 | 35 | 52 |
| Binary | 10001011 | 1110010 | 1001101 | 0 | 10010 | 101101 | 101101 | 100100 | 11101 | 101010 |
Color Harmonies of #8B724D
Complementary color
Monochromatic Colors of #8B724D
Black with #8B724D
Text Example
Text Example
White with #8B724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B724D; }
p { color: rgb(139,114,77); }
H1.HeaderClassName
{
color: #8B724D;
}
.AnyTagClassName
{
color: #8B724D;
}
</style>
background-color css
<style>
a { background-color: #8B724D; }
a { background-color: rgb(139,114,77); }
div.DivClassName
{
background-color: #8B724D;
}
.BgClassName
{
background-color: #8B724D;
}
</style>
border-color css
<style>
span { border-color: #8B724D; }
span { border-color: rgb(139,114,77); }
td.TdClassName
{
border-color: #8B724D;
}
.TagClassName
{
border-color: #8B724D;
}
</style>