#947E2D

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

Shades of Lemon Ginger #947E2D

Tints of Lemon Ginger #947E2D

Color information

#947E2D (or 0x947E2D) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7E and 2D. RGB value is (148,126,45). Sum of RGB (Red+Green+Blue) = 148+126+45=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #947E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E2D is #6B81D2. Grayscale: #7B7B7B. Windows color (decimal): -7045587 or 2981524. OLE color: 2981524.

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

Color convert

RGB14812645-
CMYK00.150.700.42
HSL47.18º53.37%37.84%-
HSV(B)47.18º69.59%58.04%-
XYZ20.1521.415.55-
YUV123.3483.79145.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 45 (17.97% from 255) = 14.11%
R=46.39%
G=39.50%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481264500.150.700.4247.1853.3737.84
Hex947E2D0F462A2f3526
Octal2241765501710652576546
Binary100101001111110101101011111000110101010101111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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