Shades of Highball #8D8C41
Tints of Highball #8D8C41
RGB
CMYK
RGB Variations
Color information
#8D8C41 (or 0x8D8C41) is known color: Highball. HEX triplet: 8D, 8C and 41. RGB value is (141,140,65). Sum of RGB (Red+Green+Blue) = 141+140+65=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8C41 is #7273BE. Grayscale: #848484. Windows color (decimal): -7500735 or 4295821. OLE color: 4295821.
HSL color Cylindrical-coordinate representation of color #8D8C41: hue angle of 59.21º 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 #8D8C41 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 140 | 65 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.45 |
| HSL | 59.21º | 0.37% | 0.4% | - |
| HSV(B) | 59.21º | 0.54% | 0.55% | - |
| XYZ | 21.32 | 24.8 | 8.66 | - |
| YUV | 131.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 65 | 0 | 0.01 | 0.54 | 0.45 | 59.21 | 0.37 | 0.4 |
| Hex | 8D | 8C | 41 | 0 | 1 | 36 | 2D | 3B | 25 | 28 |
| Octal | 215 | 214 | 101 | 0 | 1 | 66 | 55 | 73 | 45 | 50 |
| Binary | 10001101 | 10001100 | 1000001 | 0 | 1 | 110110 | 101101 | 111011 | 100101 | 101000 |
Color Harmonies of #8D8C41
Complementary color
Monochromatic Colors of #8D8C41
Black with #8D8C41
Text Example
Text Example
White with #8D8C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8C41; }
p { color: rgb(141,140,65); }
H1.HeaderClassName
{
color: #8D8C41;
}
.AnyTagClassName
{
color: #8D8C41;
}
</style>
background-color css
<style>
a { background-color: #8D8C41; }
a { background-color: rgb(141,140,65); }
div.DivClassName
{
background-color: #8D8C41;
}
.BgClassName
{
background-color: #8D8C41;
}
</style>
border-color css
<style>
span { border-color: #8D8C41; }
span { border-color: rgb(141,140,65); }
td.TdClassName
{
border-color: #8D8C41;
}
.TagClassName
{
border-color: #8D8C41;
}
</style>