Shades of Stonewall #8B7A5D
Tints of Stonewall #8B7A5D
RGB
CMYK
RGB Variations
Color information
#8B7A5D (or 0x8B7A5D) is known color: Stonewall. HEX triplet: 8B, 7A and 5D. RGB value is (139,122,93). Sum of RGB (Red+Green+Blue) = 139+122+93=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A5D is #7485A2. Grayscale: #7B7B7B. Windows color (decimal): -7636387 or 6126219. OLE color: 6126219.
HSL color Cylindrical-coordinate representation of color #8B7A5D: hue angle of 37.83º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B7A5D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 122 | 93 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.45 |
| HSL | 37.83º | 0.2% | 0.45% | - |
| HSV(B) | 37.83º | 0.33% | 0.55% | - |
| XYZ | 19.58 | 20.2 | 13.22 | - |
| YUV | 123.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 122 | 93 | 0 | 0.12 | 0.33 | 0.45 | 37.83 | 0.2 | 0.45 |
| Hex | 8B | 7A | 5D | 0 | C | 21 | 2D | 26 | 14 | 2D |
| Octal | 213 | 172 | 135 | 0 | 14 | 41 | 55 | 46 | 24 | 55 |
| Binary | 10001011 | 1111010 | 1011101 | 0 | 1100 | 100001 | 101101 | 100110 | 10100 | 101101 |
Color Harmonies of #8B7A5D
Complementary color
Monochromatic Colors of #8B7A5D
Black with #8B7A5D
Text Example
Text Example
White with #8B7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7A5D; }
p { color: rgb(139,122,93); }
H1.HeaderClassName
{
color: #8B7A5D;
}
.AnyTagClassName
{
color: #8B7A5D;
}
</style>
background-color css
<style>
a { background-color: #8B7A5D; }
a { background-color: rgb(139,122,93); }
div.DivClassName
{
background-color: #8B7A5D;
}
.BgClassName
{
background-color: #8B7A5D;
}
</style>
border-color css
<style>
span { border-color: #8B7A5D; }
span { border-color: rgb(139,122,93); }
td.TdClassName
{
border-color: #8B7A5D;
}
.TagClassName
{
border-color: #8B7A5D;
}
</style>