#917D31

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

Shades of Lemon Ginger #917D31

Tints of Lemon Ginger #917D31

Color information

#917D31 (or 0x917D31) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7D and 31. RGB value is (145,125,49). Sum of RGB (Red+Green+Blue) = 145+125+49=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #917D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D31 is #6E82CE. Grayscale: #7A7A7A. Windows color (decimal): -7242447 or 3243409. OLE color: 3243409.

HSL color Cylindrical-coordinate representation of color #917D31: hue angle of 47.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #917D31 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14512549-
CMYK00.140.660.43
HSL47.5º49.48%38.04%-
HSV(B)47.5º66.21%56.86%-
XYZ19.5720.915.91-
YUV122.3286.63144.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 49 (19.53% from 255) = 15.36%
R=45.45%
G=39.18%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451254900.140.660.4347.549.4838.04
Hex917D310E422B2f3126
Octal2211756101610253576146
Binary100100011111101110001011101000010101011101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917D31; }

 p { color: rgb(145,125,49); }

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

<style>
 a { background-color: #917D31; }

 a { background-color: rgb(145,125,49); }

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

<style>
 span { border-color: #917D31; }

 span { border-color: rgb(145,125,49); }

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