#957D27

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

Shades of Lemon Ginger #957D27

Tints of Lemon Ginger #957D27

Color information

#957D27 (or 0x957D27) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7D and 27. RGB value is (149,125,39). Sum of RGB (Red+Green+Blue) = 149+125+39=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D27 is #6A82D8. Grayscale: #7A7A7A. Windows color (decimal): -6980313 or 2588053. OLE color: 2588053.

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

Color convert

RGB14912539-
CMYK00.160.740.42
HSL46.91º58.51%36.86%-
HSV(B)46.91º73.83%58.43%-
XYZ20.0921.24.95-
YUV122.3780.95146.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=47.60%
G=39.94%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491253900.160.740.4246.9158.5136.86
Hex957D270104A2A2f3b25
Octal2251754702011252577345
Binary1001010111111011001110100001001010101010101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,125,39); }

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

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

 a { background-color: rgb(149,125,39); }

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

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

 span { border-color: rgb(149,125,39); }

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