#957F21

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

Shades of Lemon Ginger #957F21

Tints of Lemon Ginger #957F21

Color information

#957F21 (or 0x957F21) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7F and 21. RGB value is (149,127,33). Sum of RGB (Red+Green+Blue) = 149+127+33=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #957F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957F21 is #6A80DE. Grayscale: #7B7B7B. Windows color (decimal): -6979807 or 2195349. OLE color: 2195349.

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

Color convert

RGB14912733-
CMYK00.150.780.42
HSL48.62º63.74%35.69%-
HSV(B)48.62º77.85%58.43%-
XYZ20.2621.684.56-
YUV122.8677.29146.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=48.22%
G=41.10%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491273300.150.780.4248.6263.7435.69
Hex957F210F4E2A314024
Octal22517741017116526110044
Binary1001010111111111000010111110011101010101100011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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