#947E3C

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

Shades of Highball #947E3C

Tints of Highball #947E3C

Color information

#947E3C (or 0x947E3C) is unknown color: approx 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

RGB14812660-
CMYK00.150.590.42
HSL45º42.31%40.78%-
HSV(B)45º59.46%58.04%-
XYZ20.4921.547.35-
YUV125.0591.29144.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 126 (49.61% from 255) = 37.72%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=44.31%
G=37.72%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481266000.150.590.424542.3140.78
Hex947E3C0F3B2A2d2a29
Octal224176740177352555251
Binary10010100111111011110001111111011101010101101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>