#957F39

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

Shades of Lemon Ginger #957F39

Tints of Lemon Ginger #957F39

Color information

#957F39 (or 0x957F39) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7F and 39. RGB value is (149,127,57). Sum of RGB (Red+Green+Blue) = 149+127+57=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F39 is #6A80C6. Grayscale: #7D7D7D. Windows color (decimal): -6979783 or 3768213. OLE color: 3768213.

HSL color Cylindrical-coordinate representation of color #957F39: hue angle of 45.65º 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 #957F39 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14912757-
CMYK00.150.620.42
HSL45.65º44.66%40.39%-
HSV(B)45.65º61.74%58.43%-
XYZ20.7221.867-
YUV125.689.29144.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 57 (22.66% from 255) = 17.12%
R=44.74%
G=38.14%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491275700.150.620.4245.6544.6640.39
Hex957F390F3E2A2e2d28
Octal225177710177652565550
Binary10010101111111111100101111111110101010101110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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