#947E39

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

Shades of Lemon Ginger #947E39

Tints of Lemon Ginger #947E39

Color information

#947E39 (or 0x947E39) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7E and 39. RGB value is (148,126,57). Sum of RGB (Red+Green+Blue) = 148+126+57=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E39 is #6B81C6. Grayscale: #7D7D7D. Windows color (decimal): -7045575 or 3767956. OLE color: 3767956.

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

Color convert

RGB14812657-
CMYK00.150.610.42
HSL45.49º44.39%40.2%-
HSV(B)45.49º61.49%58.04%-
XYZ20.4121.516.95-
YUV124.7189.79144.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 57 (22.66% from 255) = 17.22%
R=44.71%
G=38.07%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481265700.150.610.4245.4944.3940.2
Hex947E390F3D2A2d2c28
Octal224176710177552555450
Binary10010100111111011100101111111101101010101101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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