Shades of Highball #947E3C
Tints of Highball #947E3C
RGB
CMYK
RGB Variations
Color information
#947E3C (or 0x947E3C) is known color: Highball. HEX triplet: 94, 7E and 3C. RGB value is (148,126,60). Sum of RGB (Red+Green+Blue) = 148+126+60=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E3C is #6B81C3. Grayscale: #7D7D7D. Windows color (decimal): -7045572 or 3964564. OLE color: 3964564.
HSL color Cylindrical-coordinate representation of color #947E3C: hue angle of 45º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #947E3C is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 60 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.42 |
| HSL | 45º | 0.42% | 0.41% | - |
| HSV(B) | 45º | 0.59% | 0.58% | - |
| XYZ | 20.49 | 21.54 | 7.35 | - |
| YUV | 125.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 60 | 0 | 0.15 | 0.59 | 0.42 | 45 | 0.42 | 0.41 |
| Hex | 94 | 7E | 3C | 0 | F | 3B | 2A | 2D | 2A | 29 |
| Octal | 224 | 176 | 74 | 0 | 17 | 73 | 52 | 55 | 52 | 51 |
| Binary | 10010100 | 1111110 | 111100 | 0 | 1111 | 111011 | 101010 | 101101 | 101010 | 101001 |
Color Harmonies of #947E3C
Complementary color
Monochromatic Colors of #947E3C
Black with #947E3C
Text Example
Text Example
White with #947E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E3C; }
p { color: rgb(148,126,60); }
H1.HeaderClassName
{
color: #947E3C;
}
.AnyTagClassName
{
color: #947E3C;
}
</style>
background-color css
<style>
a { background-color: #947E3C; }
a { background-color: rgb(148,126,60); }
div.DivClassName
{
background-color: #947E3C;
}
.BgClassName
{
background-color: #947E3C;
}
</style>
border-color css
<style>
span { border-color: #947E3C; }
span { border-color: rgb(148,126,60); }
td.TdClassName
{
border-color: #947E3C;
}
.TagClassName
{
border-color: #947E3C;
}
</style>