#947E41

Color #947E41 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #947E41

Tints of Highball #947E41

Color information

#947E41 (or 0x947E41) is unknown color: approx Highball. HEX triplet: 94, 7E and 41. RGB value is (148,126,65). Sum of RGB (Red+Green+Blue) = 148+126+65=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #947E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E41 is #6B81BE. Grayscale: #7D7D7D. Windows color (decimal): -7045567 or 4292244. OLE color: 4292244.

HSL color Cylindrical-coordinate representation of color #947E41: hue angle of 44.1º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #947E41 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14812665-
CMYK00.150.560.42
HSL44.1º38.97%41.76%-
HSV(B)44.1º56.08%58.04%-
XYZ20.6321.68.08-
YUV125.6293.79143.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=43.66%
G=37.17%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481266500.150.560.4244.138.9741.76
Hex947E410F382A2c272a
Octal2241761010177052544752
Binary100101001111110100000101111111000101010101100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947E41; }

 p { color: rgb(148,126,65); }

 H1.HeaderClassName
 {
   color: #947E41;
 }
 .AnyTagClassName
 {
   color: #947E41;
 }
</style>
background-color css

<style>
 a { background-color: #947E41; }

 a { background-color: rgb(148,126,65); }

 div.DivClassName
 {
   background-color: #947E41;
 }
 .BgClassName
 {
   background-color: #947E41;
 }
</style>
border-color css

<style>
 span { border-color: #947E41; }

 span { border-color: rgb(148,126,65); }

 td.TdClassName
 {
   border-color: #947E41;
 }
 .TagClassName
 {
   border-color: #947E41;
 }
</style>