Shades of Highball #947C3E
Tints of Highball #947C3E
RGB
CMYK
RGB Variations
Color information
#947C3E (or 0x947C3E) is known color: Highball. HEX triplet: 94, 7C and 3E. RGB value is (148,124,62). Sum of RGB (Red+Green+Blue) = 148+124+62=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C3E is #6B83C1. Grayscale: #7C7C7C. Windows color (decimal): -7046082 or 4095124. OLE color: 4095124.
HSL color Cylindrical-coordinate representation of color #947C3E: hue angle of 43.26º 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 #947C3E is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 62 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.42 |
| HSL | 43.26º | 0.41% | 0.41% | - |
| HSV(B) | 43.26º | 0.58% | 0.58% | - |
| XYZ | 20.29 | 21.06 | 7.55 | - |
| YUV | 124.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 62 | 0 | 0.16 | 0.58 | 0.42 | 43.26 | 0.41 | 0.41 |
| Hex | 94 | 7C | 3E | 0 | 10 | 3A | 2A | 2B | 29 | 29 |
| Octal | 224 | 174 | 76 | 0 | 20 | 72 | 52 | 53 | 51 | 51 |
| Binary | 10010100 | 1111100 | 111110 | 0 | 10000 | 111010 | 101010 | 101011 | 101001 | 101001 |
Color Harmonies of #947C3E
Complementary color
Monochromatic Colors of #947C3E
Black with #947C3E
Text Example
Text Example
White with #947C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C3E; }
p { color: rgb(148,124,62); }
H1.HeaderClassName
{
color: #947C3E;
}
.AnyTagClassName
{
color: #947C3E;
}
</style>
background-color css
<style>
a { background-color: #947C3E; }
a { background-color: rgb(148,124,62); }
div.DivClassName
{
background-color: #947C3E;
}
.BgClassName
{
background-color: #947C3E;
}
</style>
border-color css
<style>
span { border-color: #947C3E; }
span { border-color: rgb(148,124,62); }
td.TdClassName
{
border-color: #947C3E;
}
.TagClassName
{
border-color: #947C3E;
}
</style>