#957F34

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

Shades of Lemon Ginger #957F34

Tints of Lemon Ginger #957F34

Color information

#957F34 (or 0x957F34) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7F and 34. RGB value is (149,127,52). Sum of RGB (Red+Green+Blue) = 149+127+52=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #957F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F34 is #6A80CB. Grayscale: #7D7D7D. Windows color (decimal): -6979788 or 3440533. OLE color: 3440533.

HSL color Cylindrical-coordinate representation of color #957F34: hue angle of 46.39º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #957F34 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14912752-
CMYK00.150.650.42
HSL46.39º48.26%39.41%-
HSV(B)46.39º65.1%58.43%-
XYZ20.621.826.37-
YUV125.0386.79145.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=45.43%
G=38.72%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491275200.150.650.4246.3948.2639.41
Hex957F340F412A2e3027
Octal2251776401710152566047
Binary100101011111111110100011111000001101010101110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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