Shades of Highball #8B8948
Tints of Highball #8B8948
RGB
CMYK
RGB Variations
Color information
#8B8948 (or 0x8B8948) is known color: Highball. HEX triplet: 8B, 89 and 48. RGB value is (139,137,72). Sum of RGB (Red+Green+Blue) = 139+137+72=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8948 is #7476B7. Grayscale: #828282. Windows color (decimal): -7632568 or 4753803. OLE color: 4753803.
HSL color Cylindrical-coordinate representation of color #8B8948: hue angle of 58.21º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B8948 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 137 | 72 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.45 |
| HSL | 58.21º | 0.32% | 0.41% | - |
| HSV(B) | 58.21º | 0.48% | 0.55% | - |
| XYZ | 20.76 | 23.85 | 9.64 | - |
| YUV | 130.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 137 | 72 | 0 | 0.01 | 0.48 | 0.45 | 58.21 | 0.32 | 0.41 |
| Hex | 8B | 89 | 48 | 0 | 1 | 30 | 2D | 3A | 20 | 29 |
| Octal | 213 | 211 | 110 | 0 | 1 | 60 | 55 | 72 | 40 | 51 |
| Binary | 10001011 | 10001001 | 1001000 | 0 | 1 | 110000 | 101101 | 111010 | 100000 | 101001 |
Color Harmonies of #8B8948
Complementary color
Monochromatic Colors of #8B8948
Black with #8B8948
Text Example
Text Example
White with #8B8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8948; }
p { color: rgb(139,137,72); }
H1.HeaderClassName
{
color: #8B8948;
}
.AnyTagClassName
{
color: #8B8948;
}
</style>
background-color css
<style>
a { background-color: #8B8948; }
a { background-color: rgb(139,137,72); }
div.DivClassName
{
background-color: #8B8948;
}
.BgClassName
{
background-color: #8B8948;
}
</style>
border-color css
<style>
span { border-color: #8B8948; }
span { border-color: rgb(139,137,72); }
td.TdClassName
{
border-color: #8B8948;
}
.TagClassName
{
border-color: #8B8948;
}
</style>