#947E2E

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

Shades of Lemon Ginger #947E2E

Tints of Lemon Ginger #947E2E

Color information

#947E2E (or 0x947E2E) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7E and 2E. RGB value is (148,126,46). Sum of RGB (Red+Green+Blue) = 148+126+46=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #947E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E2E is #6B81D1. Grayscale: #7B7B7B. Windows color (decimal): -7045586 or 3047060. OLE color: 3047060.

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

Color convert

RGB14812646-
CMYK00.150.690.42
HSL47.06º52.58%38.04%-
HSV(B)47.06º68.92%58.04%-
XYZ20.1721.415.66-
YUV123.4684.29145.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 126 (49.61% from 255) = 39.38%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=46.25%
G=39.38%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481264600.150.690.4247.0652.5838.04
Hex947E2E0F452A2f3526
Octal2241765601710552576546
Binary100101001111110101110011111000101101010101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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