Shades of Highball #8D7E38
Tints of Highball #8D7E38
RGB
CMYK
RGB Variations
Color information
#8D7E38 (or 0x8D7E38) is known color: Highball. HEX triplet: 8D, 7E and 38. RGB value is (141,126,56). Sum of RGB (Red+Green+Blue) = 141+126+56=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7E38 is #7281C7. Grayscale: #7A7A7A. Windows color (decimal): -7504328 or 3702413. OLE color: 3702413.
HSL color Cylindrical-coordinate representation of color #8D7E38: hue angle of 49.41º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D7E38 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 56 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.45 |
| HSL | 49.41º | 0.43% | 0.39% | - |
| HSV(B) | 49.41º | 0.6% | 0.55% | - |
| XYZ | 19.16 | 20.87 | 6.76 | - |
| YUV | 122.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 56 | 0 | 0.11 | 0.60 | 0.45 | 49.41 | 0.43 | 0.39 |
| Hex | 8D | 7E | 38 | 0 | B | 3C | 2D | 31 | 2B | 27 |
| Octal | 215 | 176 | 70 | 0 | 13 | 74 | 55 | 61 | 53 | 47 |
| Binary | 10001101 | 1111110 | 111000 | 0 | 1011 | 111100 | 101101 | 110001 | 101011 | 100111 |
Color Harmonies of #8D7E38
Complementary color
Monochromatic Colors of #8D7E38
Black with #8D7E38
Text Example
Text Example
White with #8D7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E38; }
p { color: rgb(141,126,56); }
H1.HeaderClassName
{
color: #8D7E38;
}
.AnyTagClassName
{
color: #8D7E38;
}
</style>
background-color css
<style>
a { background-color: #8D7E38; }
a { background-color: rgb(141,126,56); }
div.DivClassName
{
background-color: #8D7E38;
}
.BgClassName
{
background-color: #8D7E38;
}
</style>
border-color css
<style>
span { border-color: #8D7E38; }
span { border-color: rgb(141,126,56); }
td.TdClassName
{
border-color: #8D7E38;
}
.TagClassName
{
border-color: #8D7E38;
}
</style>