Shades of Highball #8B8731
Tints of Highball #8B8731
RGB
CMYK
RGB Variations
Color information
#8B8731 (or 0x8B8731) is known color: Highball. HEX triplet: 8B, 87 and 31. RGB value is (139,135,49). Sum of RGB (Red+Green+Blue) = 139+135+49=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8731 is #7478CE. Grayscale: #7E7E7E. Windows color (decimal): -7633103 or 3245963. OLE color: 3245963.
HSL color Cylindrical-coordinate representation of color #8B8731: hue angle of 57.33º 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 #8B8731 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 49 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.45 |
| HSL | 57.33º | 0.48% | 0.37% | - |
| HSV(B) | 57.33º | 0.65% | 0.55% | - |
| XYZ | 19.87 | 23.04 | 6.31 | - |
| YUV | 126.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 49 | 0 | 0.03 | 0.65 | 0.45 | 57.33 | 0.48 | 0.37 |
| Hex | 8B | 87 | 31 | 0 | 3 | 41 | 2D | 39 | 30 | 25 |
| Octal | 213 | 207 | 61 | 0 | 3 | 101 | 55 | 71 | 60 | 45 |
| Binary | 10001011 | 10000111 | 110001 | 0 | 11 | 1000001 | 101101 | 111001 | 110000 | 100101 |
Color Harmonies of #8B8731
Complementary color
Monochromatic Colors of #8B8731
Black with #8B8731
Text Example
Text Example
White with #8B8731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8731; }
p { color: rgb(139,135,49); }
H1.HeaderClassName
{
color: #8B8731;
}
.AnyTagClassName
{
color: #8B8731;
}
</style>
background-color css
<style>
a { background-color: #8B8731; }
a { background-color: rgb(139,135,49); }
div.DivClassName
{
background-color: #8B8731;
}
.BgClassName
{
background-color: #8B8731;
}
</style>
border-color css
<style>
span { border-color: #8B8731; }
span { border-color: rgb(139,135,49); }
td.TdClassName
{
border-color: #8B8731;
}
.TagClassName
{
border-color: #8B8731;
}
</style>