Shades of Highball #8B8831
Tints of Highball #8B8831
RGB
CMYK
RGB Variations
Color information
#8B8831 (or 0x8B8831) is known color: Highball. HEX triplet: 8B, 88 and 31. RGB value is (139,136,49). Sum of RGB (Red+Green+Blue) = 139+136+49=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8831 is #7477CE. Grayscale: #7F7F7F. Windows color (decimal): -7632847 or 3246219. OLE color: 3246219.
HSL color Cylindrical-coordinate representation of color #8B8831: hue angle of 58º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B8831 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 49 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.45 |
| HSL | 58º | 0.48% | 0.37% | - |
| HSV(B) | 58º | 0.65% | 0.55% | - |
| XYZ | 20.01 | 23.32 | 6.35 | - |
| YUV | 126.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 49 | 0 | 0.02 | 0.65 | 0.45 | 58 | 0.48 | 0.37 |
| Hex | 8B | 88 | 31 | 0 | 2 | 41 | 2D | 3A | 30 | 25 |
| Octal | 213 | 210 | 61 | 0 | 2 | 101 | 55 | 72 | 60 | 45 |
| Binary | 10001011 | 10001000 | 110001 | 0 | 10 | 1000001 | 101101 | 111010 | 110000 | 100101 |
Color Harmonies of #8B8831
Complementary color
Monochromatic Colors of #8B8831
Black with #8B8831
Text Example
Text Example
White with #8B8831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8831; }
p { color: rgb(139,136,49); }
H1.HeaderClassName
{
color: #8B8831;
}
.AnyTagClassName
{
color: #8B8831;
}
</style>
background-color css
<style>
a { background-color: #8B8831; }
a { background-color: rgb(139,136,49); }
div.DivClassName
{
background-color: #8B8831;
}
.BgClassName
{
background-color: #8B8831;
}
</style>
border-color css
<style>
span { border-color: #8B8831; }
span { border-color: rgb(139,136,49); }
td.TdClassName
{
border-color: #8B8831;
}
.TagClassName
{
border-color: #8B8831;
}
</style>