Shades of Highball #8D7C41
Tints of Highball #8D7C41
RGB
CMYK
RGB Variations
Color information
#8D7C41 (or 0x8D7C41) is known color: Highball. HEX triplet: 8D, 7C and 41. RGB value is (141,124,65). Sum of RGB (Red+Green+Blue) = 141+124+65=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7C41 is #7283BE. Grayscale: #7A7A7A. Windows color (decimal): -7504831 or 4291725. OLE color: 4291725.
HSL color Cylindrical-coordinate representation of color #8D7C41: hue angle of 46.58º 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 #8D7C41 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 124 | 65 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.45 |
| HSL | 46.58º | 0.37% | 0.4% | - |
| HSV(B) | 46.58º | 0.54% | 0.55% | - |
| XYZ | 19.15 | 20.46 | 7.94 | - |
| YUV | 122.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 124 | 65 | 0 | 0.12 | 0.54 | 0.45 | 46.58 | 0.37 | 0.4 |
| Hex | 8D | 7C | 41 | 0 | C | 36 | 2D | 2F | 25 | 28 |
| Octal | 215 | 174 | 101 | 0 | 14 | 66 | 55 | 57 | 45 | 50 |
| Binary | 10001101 | 1111100 | 1000001 | 0 | 1100 | 110110 | 101101 | 101111 | 100101 | 101000 |
Color Harmonies of #8D7C41
Complementary color
Monochromatic Colors of #8D7C41
Black with #8D7C41
Text Example
Text Example
White with #8D7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7C41; }
p { color: rgb(141,124,65); }
H1.HeaderClassName
{
color: #8D7C41;
}
.AnyTagClassName
{
color: #8D7C41;
}
</style>
background-color css
<style>
a { background-color: #8D7C41; }
a { background-color: rgb(141,124,65); }
div.DivClassName
{
background-color: #8D7C41;
}
.BgClassName
{
background-color: #8D7C41;
}
</style>
border-color css
<style>
span { border-color: #8D7C41; }
span { border-color: rgb(141,124,65); }
td.TdClassName
{
border-color: #8D7C41;
}
.TagClassName
{
border-color: #8D7C41;
}
</style>