Shades of Highball #8D8537
Tints of Highball #8D8537
RGB
CMYK
RGB Variations
Color information
#8D8537 (or 0x8D8537) is known color: Highball. HEX triplet: 8D, 85 and 37. RGB value is (141,133,55). Sum of RGB (Red+Green+Blue) = 141+133+55=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8537 is #727AC8. Grayscale: #7E7E7E. Windows color (decimal): -7502537 or 3638669. OLE color: 3638669.
HSL color Cylindrical-coordinate representation of color #8D8537: hue angle of 54.42º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D8537 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 55 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.45 |
| HSL | 54.42º | 0.44% | 0.38% | - |
| HSV(B) | 54.42º | 0.61% | 0.55% | - |
| XYZ | 20.06 | 22.71 | 6.94 | - |
| YUV | 126.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 55 | 0 | 0.06 | 0.61 | 0.45 | 54.42 | 0.44 | 0.38 |
| Hex | 8D | 85 | 37 | 0 | 6 | 3D | 2D | 36 | 2C | 26 |
| Octal | 215 | 205 | 67 | 0 | 6 | 75 | 55 | 66 | 54 | 46 |
| Binary | 10001101 | 10000101 | 110111 | 0 | 110 | 111101 | 101101 | 110110 | 101100 | 100110 |
Color Harmonies of #8D8537
Complementary color
Monochromatic Colors of #8D8537
Black with #8D8537
Text Example
Text Example
White with #8D8537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8537; }
p { color: rgb(141,133,55); }
H1.HeaderClassName
{
color: #8D8537;
}
.AnyTagClassName
{
color: #8D8537;
}
</style>
background-color css
<style>
a { background-color: #8D8537; }
a { background-color: rgb(141,133,55); }
div.DivClassName
{
background-color: #8D8537;
}
.BgClassName
{
background-color: #8D8537;
}
</style>
border-color css
<style>
span { border-color: #8D8537; }
span { border-color: rgb(141,133,55); }
td.TdClassName
{
border-color: #8D8537;
}
.TagClassName
{
border-color: #8D8537;
}
</style>