#957F20

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

Shades of Lemon Ginger #957F20

Tints of Lemon Ginger #957F20

Color information

#957F20 (or 0x957F20) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7F and 20. RGB value is (149,127,32). Sum of RGB (Red+Green+Blue) = 149+127+32=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #957F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F20 is #6A80DF. Grayscale: #7B7B7B. Windows color (decimal): -6979808 or 2129813. OLE color: 2129813.

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

Color convert

RGB14912732-
CMYK00.150.790.42
HSL48.72º64.64%35.49%-
HSV(B)48.72º78.52%58.43%-
XYZ20.2421.674.48-
YUV122.7576.79146.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=48.38%
G=41.23%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491273200.150.790.4248.7264.6435.49
Hex957F200F4F2A314123
Octal22517740017117526110143
Binary1001010111111111000000111110011111010101100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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