Shades of Stonewall #8B7A5E
Tints of Stonewall #8B7A5E
RGB
CMYK
RGB Variations
Color information
#8B7A5E (or 0x8B7A5E) is known color: Stonewall. HEX triplet: 8B, 7A and 5E. RGB value is (139,122,94). Sum of RGB (Red+Green+Blue) = 139+122+94=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A5E is #7485A1. Grayscale: #7C7C7C. Windows color (decimal): -7636386 or 6191755. OLE color: 6191755.
HSL color Cylindrical-coordinate representation of color #8B7A5E: hue angle of 37.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B7A5E is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 94 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.45 |
| HSL | 37.33º | 0.19% | 0.46% | - |
| HSV(B) | 37.33º | 0.32% | 0.55% | - |
| XYZ | 19.63 | 20.22 | 13.46 | - |
| YUV | 123.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 94 | 0 | 0.12 | 0.32 | 0.45 | 37.33 | 0.19 | 0.46 |
| Hex | 8B | 7A | 5E | 0 | C | 20 | 2D | 25 | 13 | 2E |
| Octal | 213 | 172 | 136 | 0 | 14 | 40 | 55 | 45 | 23 | 56 |
| Binary | 10001011 | 1111010 | 1011110 | 0 | 1100 | 100000 | 101101 | 100101 | 10011 | 101110 |
Color Harmonies of #8B7A5E
Complementary color
Monochromatic Colors of #8B7A5E
Black with #8B7A5E
Text Example
Text Example
White with #8B7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A5E; }
p { color: rgb(139,122,94); }
H1.HeaderClassName
{
color: #8B7A5E;
}
.AnyTagClassName
{
color: #8B7A5E;
}
</style>
background-color css
<style>
a { background-color: #8B7A5E; }
a { background-color: rgb(139,122,94); }
div.DivClassName
{
background-color: #8B7A5E;
}
.BgClassName
{
background-color: #8B7A5E;
}
</style>
border-color css
<style>
span { border-color: #8B7A5E; }
span { border-color: rgb(139,122,94); }
td.TdClassName
{
border-color: #8B7A5E;
}
.TagClassName
{
border-color: #8B7A5E;
}
</style>