Shades of Highball #8D7E41
Tints of Highball #8D7E41
RGB
CMYK
RGB Variations
Color information
#8D7E41 (or 0x8D7E41) is known color: Highball. HEX triplet: 8D, 7E and 41. RGB value is (141,126,65). Sum of RGB (Red+Green+Blue) = 141+126+65=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7E41 is #7281BE. Grayscale: #7B7B7B. Windows color (decimal): -7504319 or 4292237. OLE color: 4292237.
HSL color Cylindrical-coordinate representation of color #8D7E41: hue angle of 48.16º 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 #8D7E41 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 65 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.45 |
| HSL | 48.16º | 0.37% | 0.4% | - |
| HSV(B) | 48.16º | 0.54% | 0.55% | - |
| XYZ | 19.4 | 20.97 | 8.03 | - |
| YUV | 123.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 65 | 0 | 0.11 | 0.54 | 0.45 | 48.16 | 0.37 | 0.4 |
| Hex | 8D | 7E | 41 | 0 | B | 36 | 2D | 30 | 25 | 28 |
| Octal | 215 | 176 | 101 | 0 | 13 | 66 | 55 | 60 | 45 | 50 |
| Binary | 10001101 | 1111110 | 1000001 | 0 | 1011 | 110110 | 101101 | 110000 | 100101 | 101000 |
Color Harmonies of #8D7E41
Complementary color
Monochromatic Colors of #8D7E41
Black with #8D7E41
Text Example
Text Example
White with #8D7E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E41; }
p { color: rgb(141,126,65); }
H1.HeaderClassName
{
color: #8D7E41;
}
.AnyTagClassName
{
color: #8D7E41;
}
</style>
background-color css
<style>
a { background-color: #8D7E41; }
a { background-color: rgb(141,126,65); }
div.DivClassName
{
background-color: #8D7E41;
}
.BgClassName
{
background-color: #8D7E41;
}
</style>
border-color css
<style>
span { border-color: #8D7E41; }
span { border-color: rgb(141,126,65); }
td.TdClassName
{
border-color: #8D7E41;
}
.TagClassName
{
border-color: #8D7E41;
}
</style>