Shades of Highball #8D8136
Tints of Highball #8D8136
RGB
CMYK
RGB Variations
Color information
#8D8136 (or 0x8D8136) is known color: Highball. HEX triplet: 8D, 81 and 36. RGB value is (141,129,54). Sum of RGB (Red+Green+Blue) = 141+129+54=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8136 is #727EC9. Grayscale: #7C7C7C. Windows color (decimal): -7503562 or 3572109. OLE color: 3572109.
HSL color Cylindrical-coordinate representation of color #8D8136: hue angle of 51.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D8136 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 54 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.45 |
| HSL | 51.72º | 0.45% | 0.38% | - |
| HSV(B) | 51.72º | 0.62% | 0.55% | - |
| XYZ | 19.5 | 21.63 | 6.64 | - |
| YUV | 124.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 54 | 0 | 0.09 | 0.62 | 0.45 | 51.72 | 0.45 | 0.38 |
| Hex | 8D | 81 | 36 | 0 | 9 | 3E | 2D | 34 | 2D | 26 |
| Octal | 215 | 201 | 66 | 0 | 11 | 76 | 55 | 64 | 55 | 46 |
| Binary | 10001101 | 10000001 | 110110 | 0 | 1001 | 111110 | 101101 | 110100 | 101101 | 100110 |
Color Harmonies of #8D8136
Complementary color
Monochromatic Colors of #8D8136
Black with #8D8136
Text Example
Text Example
White with #8D8136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8136; }
p { color: rgb(141,129,54); }
H1.HeaderClassName
{
color: #8D8136;
}
.AnyTagClassName
{
color: #8D8136;
}
</style>
background-color css
<style>
a { background-color: #8D8136; }
a { background-color: rgb(141,129,54); }
div.DivClassName
{
background-color: #8D8136;
}
.BgClassName
{
background-color: #8D8136;
}
</style>
border-color css
<style>
span { border-color: #8D8136; }
span { border-color: rgb(141,129,54); }
td.TdClassName
{
border-color: #8D8136;
}
.TagClassName
{
border-color: #8D8136;
}
</style>