#957C2C

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

Shades of Lemon Ginger #957C2C

Tints of Lemon Ginger #957C2C

Color information

#957C2C (or 0x957C2C) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7C and 2C. RGB value is (149,124,44). Sum of RGB (Red+Green+Blue) = 149+124+44=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #957C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C2C is #6A83D3. Grayscale: #7A7A7A. Windows color (decimal): -6980564 or 2915477. OLE color: 2915477.

HSL color Cylindrical-coordinate representation of color #957C2C: hue angle of 45.71º degrees, saturation: 0.54, 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 #957C2C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14912444-
CMYK00.170.700.42
HSL45.71º54.4%37.84%-
HSV(B)45.71º70.47%58.43%-
XYZ20.0620.995.38-
YUV122.3683.78147-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=47.00%
G=39.12%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491244400.170.700.4245.7154.437.84
Hex957C2C011462A2e3626
Octal2251745402110652566646
Binary1001010111111001011000100011000110101010101110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,124,44); }

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

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

 a { background-color: rgb(149,124,44); }

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

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

 span { border-color: rgb(149,124,44); }

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