Shades of Highball #8D8141
Tints of Highball #8D8141
RGB
CMYK
RGB Variations
Color information
#8D8141 (or 0x8D8141) is known color: Highball. HEX triplet: 8D, 81 and 41. RGB value is (141,129,65). Sum of RGB (Red+Green+Blue) = 141+129+65=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8141 is #727EBE. Grayscale: #7D7D7D. Windows color (decimal): -7503551 or 4293005. OLE color: 4293005.
HSL color Cylindrical-coordinate representation of color #8D8141: hue angle of 50.53º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D8141 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 129 | 65 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.45 |
| HSL | 50.53º | 0.37% | 0.4% | - |
| HSV(B) | 50.53º | 0.54% | 0.55% | - |
| XYZ | 19.79 | 21.74 | 8.16 | - |
| YUV | 125.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 65 | 0 | 0.09 | 0.54 | 0.45 | 50.53 | 0.37 | 0.4 |
| Hex | 8D | 81 | 41 | 0 | 9 | 36 | 2D | 33 | 25 | 28 |
| Octal | 215 | 201 | 101 | 0 | 11 | 66 | 55 | 63 | 45 | 50 |
| Binary | 10001101 | 10000001 | 1000001 | 0 | 1001 | 110110 | 101101 | 110011 | 100101 | 101000 |
Color Harmonies of #8D8141
Complementary color
Monochromatic Colors of #8D8141
Black with #8D8141
Text Example
Text Example
White with #8D8141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8141; }
p { color: rgb(141,129,65); }
H1.HeaderClassName
{
color: #8D8141;
}
.AnyTagClassName
{
color: #8D8141;
}
</style>
background-color css
<style>
a { background-color: #8D8141; }
a { background-color: rgb(141,129,65); }
div.DivClassName
{
background-color: #8D8141;
}
.BgClassName
{
background-color: #8D8141;
}
</style>
border-color css
<style>
span { border-color: #8D8141; }
span { border-color: rgb(141,129,65); }
td.TdClassName
{
border-color: #8D8141;
}
.TagClassName
{
border-color: #8D8141;
}
</style>