#917F2C

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

Shades of Lemon Ginger #917F2C

Tints of Lemon Ginger #917F2C

Color information

#917F2C (or 0x917F2C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7F and 2C. RGB value is (145,127,44). Sum of RGB (Red+Green+Blue) = 145+127+44=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #917F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F2C is #6E80D3. Grayscale: #7B7B7B. Windows color (decimal): -7241940 or 2916241. OLE color: 2916241.

HSL color Cylindrical-coordinate representation of color #917F2C: hue angle of 49.31º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #917F2C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB14512744-
CMYK00.120.700.43
HSL49.31º53.44%37.06%-
HSV(B)49.31º69.66%56.86%-
XYZ19.7221.385.47-
YUV122.9283.46143.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 44 (17.58% from 255) = 13.92%
R=45.89%
G=40.19%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451274400.120.700.4349.3153.4437.06
Hex917F2C0C462B313525
Octal2211775401410653616545
Binary100100011111111101100011001000110101011110001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,44); }

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

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

 a { background-color: rgb(145,127,44); }

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

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

 span { border-color: rgb(145,127,44); }

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