#957D33

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

Shades of Lemon Ginger #957D33

Tints of Lemon Ginger #957D33

Color information

#957D33 (or 0x957D33) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7D and 33. RGB value is (149,125,51). Sum of RGB (Red+Green+Blue) = 149+125+51=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #957D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957D33 is #6A82CC. Grayscale: #7C7C7C. Windows color (decimal): -6980301 or 3374485. OLE color: 3374485.

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

Color convert

RGB14912551-
CMYK00.160.660.42
HSL45.31º49%39.22%-
HSV(B)45.31º65.77%58.43%-
XYZ20.3321.36.17-
YUV123.7486.95146.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=45.85%
G=38.46%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491255100.160.660.4245.314939.22
Hex957D33010422A2d3127
Octal2251756302010252556147
Binary1001010111111011100110100001000010101010101101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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