#957D39

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

Shades of Lemon Ginger #957D39

Tints of Lemon Ginger #957D39

Color information

#957D39 (or 0x957D39) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7D and 39. RGB value is (149,125,57). Sum of RGB (Red+Green+Blue) = 149+125+57=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #957D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D39 is #6A82C6. Grayscale: #7C7C7C. Windows color (decimal): -6980295 or 3767701. OLE color: 3767701.

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

Color convert

RGB14912557-
CMYK00.160.620.42
HSL44.35º44.66%40.39%-
HSV(B)44.35º61.74%58.43%-
XYZ20.4721.356.91-
YUV124.4289.95145.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 57 (22.66% from 255) = 17.22%
R=45.02%
G=37.76%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491255700.160.620.4244.3544.6640.39
Hex957D390103E2A2c2d28
Octal225175710207652545550
Binary100101011111101111001010000111110101010101100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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