Shades of Highball #938C4A
Tints of Highball #938C4A
RGB
CMYK
RGB Variations
Color information
#938C4A (or 0x938C4A) is known color: Highball. HEX triplet: 93, 8C and 4A. RGB value is (147,140,74). Sum of RGB (Red+Green+Blue) = 147+140+74=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #938C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938C4A is #6C73B5. Grayscale: #868686. Windows color (decimal): -7107510 or 4885651. OLE color: 4885651.
HSL color Cylindrical-coordinate representation of color #938C4A: hue angle of 54.25º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #938C4A is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 74 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.42 |
| HSL | 54.25º | 0.33% | 0.43% | - |
| HSV(B) | 54.25º | 0.5% | 0.58% | - |
| XYZ | 22.65 | 25.45 | 10.2 | - |
| YUV | 134.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 74 | 0 | 0.05 | 0.50 | 0.42 | 54.25 | 0.33 | 0.43 |
| Hex | 93 | 8C | 4A | 0 | 5 | 32 | 2A | 36 | 21 | 2B |
| Octal | 223 | 214 | 112 | 0 | 5 | 62 | 52 | 66 | 41 | 53 |
| Binary | 10010011 | 10001100 | 1001010 | 0 | 101 | 110010 | 101010 | 110110 | 100001 | 101011 |
Color Harmonies of #938C4A
Complementary color
Monochromatic Colors of #938C4A
Black with #938C4A
Text Example
Text Example
White with #938C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C4A; }
p { color: rgb(147,140,74); }
H1.HeaderClassName
{
color: #938C4A;
}
.AnyTagClassName
{
color: #938C4A;
}
</style>
background-color css
<style>
a { background-color: #938C4A; }
a { background-color: rgb(147,140,74); }
div.DivClassName
{
background-color: #938C4A;
}
.BgClassName
{
background-color: #938C4A;
}
</style>
border-color css
<style>
span { border-color: #938C4A; }
span { border-color: rgb(147,140,74); }
td.TdClassName
{
border-color: #938C4A;
}
.TagClassName
{
border-color: #938C4A;
}
</style>