Shades of Highball #8B8137
Tints of Highball #8B8137
RGB
CMYK
RGB Variations
Color information
#8B8137 (or 0x8B8137) is known color: Highball. HEX triplet: 8B, 81 and 37. RGB value is (139,129,55). Sum of RGB (Red+Green+Blue) = 139+129+55=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8137 is #747EC8. Grayscale: #7B7B7B. Windows color (decimal): -7634633 or 3637643. OLE color: 3637643.
HSL color Cylindrical-coordinate representation of color #8B8137: hue angle of 52.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B8137 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 55 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.45 |
| HSL | 52.86º | 0.43% | 0.38% | - |
| HSV(B) | 52.86º | 0.6% | 0.55% | - |
| XYZ | 19.19 | 21.47 | 6.75 | - |
| YUV | 123.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 55 | 0 | 0.07 | 0.60 | 0.45 | 52.86 | 0.43 | 0.38 |
| Hex | 8B | 81 | 37 | 0 | 7 | 3C | 2D | 35 | 2B | 26 |
| Octal | 213 | 201 | 67 | 0 | 7 | 74 | 55 | 65 | 53 | 46 |
| Binary | 10001011 | 10000001 | 110111 | 0 | 111 | 111100 | 101101 | 110101 | 101011 | 100110 |
Color Harmonies of #8B8137
Complementary color
Monochromatic Colors of #8B8137
Black with #8B8137
Text Example
Text Example
White with #8B8137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8137; }
p { color: rgb(139,129,55); }
H1.HeaderClassName
{
color: #8B8137;
}
.AnyTagClassName
{
color: #8B8137;
}
</style>
background-color css
<style>
a { background-color: #8B8137; }
a { background-color: rgb(139,129,55); }
div.DivClassName
{
background-color: #8B8137;
}
.BgClassName
{
background-color: #8B8137;
}
</style>
border-color css
<style>
span { border-color: #8B8137; }
span { border-color: rgb(139,129,55); }
td.TdClassName
{
border-color: #8B8137;
}
.TagClassName
{
border-color: #8B8137;
}
</style>