Shades of Highball #938E4D
Tints of Highball #938E4D
RGB
CMYK
RGB Variations
Color information
#938E4D (or 0x938E4D) is known color: Highball. HEX triplet: 93, 8E and 4D. RGB value is (147,142,77). Sum of RGB (Red+Green+Blue) = 147+142+77=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #938E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E4D is #6C71B2. Grayscale: #888888. Windows color (decimal): -7106995 or 5082771. OLE color: 5082771.
HSL color Cylindrical-coordinate representation of color #938E4D: hue angle of 55.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #938E4D is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 77 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.42 |
| HSL | 55.71º | 0.31% | 0.44% | - |
| HSV(B) | 55.71º | 0.48% | 0.58% | - |
| XYZ | 23.05 | 26.08 | 10.84 | - |
| YUV | 136.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 77 | 0 | 0.03 | 0.48 | 0.42 | 55.71 | 0.31 | 0.44 |
| Hex | 93 | 8E | 4D | 0 | 3 | 30 | 2A | 38 | 1F | 2C |
| Octal | 223 | 216 | 115 | 0 | 3 | 60 | 52 | 70 | 37 | 54 |
| Binary | 10010011 | 10001110 | 1001101 | 0 | 11 | 110000 | 101010 | 111000 | 11111 | 101100 |
Color Harmonies of #938E4D
Complementary color
Monochromatic Colors of #938E4D
Black with #938E4D
Text Example
Text Example
White with #938E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E4D; }
p { color: rgb(147,142,77); }
H1.HeaderClassName
{
color: #938E4D;
}
.AnyTagClassName
{
color: #938E4D;
}
</style>
background-color css
<style>
a { background-color: #938E4D; }
a { background-color: rgb(147,142,77); }
div.DivClassName
{
background-color: #938E4D;
}
.BgClassName
{
background-color: #938E4D;
}
</style>
border-color css
<style>
span { border-color: #938E4D; }
span { border-color: rgb(147,142,77); }
td.TdClassName
{
border-color: #938E4D;
}
.TagClassName
{
border-color: #938E4D;
}
</style>