Shades of Highball #8D8532
Tints of Highball #8D8532
RGB
CMYK
RGB Variations
Color information
#8D8532 (or 0x8D8532) is known color: Highball. HEX triplet: 8D, 85 and 32. RGB value is (141,133,50). Sum of RGB (Red+Green+Blue) = 141+133+50=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8532 is #727ACD. Grayscale: #7E7E7E. Windows color (decimal): -7502542 or 3310989. OLE color: 3310989.
HSL color Cylindrical-coordinate representation of color #8D8532: hue angle of 54.73º 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 #8D8532 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 50 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.45 |
| HSL | 54.73º | 0.48% | 0.37% | - |
| HSV(B) | 54.73º | 0.65% | 0.55% | - |
| XYZ | 19.95 | 22.67 | 6.34 | - |
| YUV | 125.93 | 85.15 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 50 | 0 | 0.06 | 0.65 | 0.45 | 54.73 | 0.48 | 0.37 |
| Hex | 8D | 85 | 32 | 0 | 6 | 41 | 2D | 37 | 30 | 25 |
| Octal | 215 | 205 | 62 | 0 | 6 | 101 | 55 | 67 | 60 | 45 |
| Binary | 10001101 | 10000101 | 110010 | 0 | 110 | 1000001 | 101101 | 110111 | 110000 | 100101 |
Color Harmonies of #8D8532
Complementary color
Monochromatic Colors of #8D8532
Black with #8D8532
Text Example
Text Example
White with #8D8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8532; }
p { color: rgb(141,133,50); }
H1.HeaderClassName
{
color: #8D8532;
}
.AnyTagClassName
{
color: #8D8532;
}
</style>
background-color css
<style>
a { background-color: #8D8532; }
a { background-color: rgb(141,133,50); }
div.DivClassName
{
background-color: #8D8532;
}
.BgClassName
{
background-color: #8D8532;
}
</style>
border-color css
<style>
span { border-color: #8D8532; }
span { border-color: rgb(141,133,50); }
td.TdClassName
{
border-color: #8D8532;
}
.TagClassName
{
border-color: #8D8532;
}
</style>