#957E24

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

Shades of Lemon Ginger #957E24

Tints of Lemon Ginger #957E24

Color information

#957E24 (or 0x957E24) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7E and 24. RGB value is (149,126,36). Sum of RGB (Red+Green+Blue) = 149+126+36=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #957E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957E24 is #6A81DB. Grayscale: #7A7A7A. Windows color (decimal): -6980060 or 2391701. OLE color: 2391701.

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

Color convert

RGB14912636-
CMYK00.150.760.42
HSL47.79º61.08%36.27%-
HSV(B)47.79º75.84%58.43%-
XYZ20.1721.444.74-
YUV122.6279.12146.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 36 (14.45% from 255) = 11.58%
R=47.91%
G=40.51%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491263600.150.760.4247.7961.0836.27
Hex957E240F4C2A303d24
Octal2251764401711452607544
Binary100101011111110100100011111001100101010110000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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