#957C28

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

Shades of Lemon Ginger #957C28

Tints of Lemon Ginger #957C28

Color information

#957C28 (or 0x957C28) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7C and 28. RGB value is (149,124,40). Sum of RGB (Red+Green+Blue) = 149+124+40=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C28 is #6A83D7. Grayscale: #7A7A7A. Windows color (decimal): -6980568 or 2653333. OLE color: 2653333.

HSL color Cylindrical-coordinate representation of color #957C28: hue angle of 46.24º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #957C28 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14912440-
CMYK00.170.730.42
HSL46.24º57.67%37.06%-
HSV(B)46.24º73.15%58.43%-
XYZ19.9920.965-
YUV121.981.78147.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=47.60%
G=39.62%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491244000.170.730.4246.2457.6737.06
Hex957C28011492A2e3a25
Octal2251745002111152567245
Binary1001010111111001010000100011001001101010101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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