#957F33

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

Shades of Lemon Ginger #957F33

Tints of Lemon Ginger #957F33

Color information

#957F33 (or 0x957F33) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7F and 33. RGB value is (149,127,51). Sum of RGB (Red+Green+Blue) = 149+127+51=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #957F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F33 is #6A80CC. Grayscale: #7D7D7D. Windows color (decimal): -6979789 or 3374997. OLE color: 3374997.

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

Color convert

RGB14912751-
CMYK00.150.660.42
HSL46.53º49%39.22%-
HSV(B)46.53º65.77%58.43%-
XYZ20.5821.816.26-
YUV124.9186.29145.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=45.57%
G=38.84%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491275100.150.660.4246.534939.22
Hex957F330F422A2f3127
Octal2251776301710252576147
Binary100101011111111110011011111000010101010101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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