#957E34

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

Shades of Lemon Ginger #957E34

Tints of Lemon Ginger #957E34

Color information

#957E34 (or 0x957E34) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7E and 34. RGB value is (149,126,52). Sum of RGB (Red+Green+Blue) = 149+126+52=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #957E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E34 is #6A81CB. Grayscale: #7C7C7C. Windows color (decimal): -6980044 or 3440277. OLE color: 3440277.

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

Color convert

RGB14912652-
CMYK00.150.650.42
HSL45.77º48.26%39.41%-
HSV(B)45.77º65.1%58.43%-
XYZ20.4821.566.33-
YUV124.4487.12145.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 52 (20.70% from 255) = 15.90%
R=45.57%
G=38.53%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491265200.150.650.4245.7748.2639.41
Hex957E340F412A2e3027
Octal2251766401710152566047
Binary100101011111110110100011111000001101010101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957E34; }

 p { color: rgb(149,126,52); }

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

<style>
 a { background-color: #957E34; }

 a { background-color: rgb(149,126,52); }

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

<style>
 span { border-color: #957E34; }

 span { border-color: rgb(149,126,52); }

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