Shades of Highball #937D3E
Tints of Highball #937D3E
RGB
CMYK
RGB Variations
Color information
#937D3E (or 0x937D3E) is known color: Highball. HEX triplet: 93, 7D and 3E. RGB value is (147,125,62). Sum of RGB (Red+Green+Blue) = 147+125+62=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #937D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D3E is #6C82C1. Grayscale: #7C7C7C. Windows color (decimal): -7111362 or 4095379. OLE color: 4095379.
HSL color Cylindrical-coordinate representation of color #937D3E: hue angle of 44.47º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #937D3E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 62 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.42 |
| HSL | 44.47º | 0.41% | 0.41% | - |
| HSV(B) | 44.47º | 0.58% | 0.58% | - |
| XYZ | 20.24 | 21.22 | 7.59 | - |
| YUV | 124.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 62 | 0 | 0.15 | 0.58 | 0.42 | 44.47 | 0.41 | 0.41 |
| Hex | 93 | 7D | 3E | 0 | F | 3A | 2A | 2C | 29 | 29 |
| Octal | 223 | 175 | 76 | 0 | 17 | 72 | 52 | 54 | 51 | 51 |
| Binary | 10010011 | 1111101 | 111110 | 0 | 1111 | 111010 | 101010 | 101100 | 101001 | 101001 |
Color Harmonies of #937D3E
Complementary color
Monochromatic Colors of #937D3E
Black with #937D3E
Text Example
Text Example
White with #937D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D3E; }
p { color: rgb(147,125,62); }
H1.HeaderClassName
{
color: #937D3E;
}
.AnyTagClassName
{
color: #937D3E;
}
</style>
background-color css
<style>
a { background-color: #937D3E; }
a { background-color: rgb(147,125,62); }
div.DivClassName
{
background-color: #937D3E;
}
.BgClassName
{
background-color: #937D3E;
}
</style>
border-color css
<style>
span { border-color: #937D3E; }
span { border-color: rgb(147,125,62); }
td.TdClassName
{
border-color: #937D3E;
}
.TagClassName
{
border-color: #937D3E;
}
</style>