#917C1E

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

Shades of Lemon Ginger #917C1E

Tints of Lemon Ginger #917C1E

Color information

#917C1E (or 0x917C1E) is unknown color: approx Lemon Ginger. HEX triplet: 91, 7C and 1E. RGB value is (145,124,30). Sum of RGB (Red+Green+Blue) = 145+124+30=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #917C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C1E is #6E83E1. Grayscale: #777777. Windows color (decimal): -7242722 or 1997969. OLE color: 1997969.

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

Color convert

RGB14512430-
CMYK00.140.790.43
HSL49.04º65.71%34.31%-
HSV(B)49.04º79.31%56.86%-
XYZ19.1220.534.18-
YUV119.5677.46146.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 30 (12.11% from 255) = 10.03%
R=48.49%
G=41.47%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451243000.140.790.4349.0465.7134.31
Hex917C1E0E4F2B314222
Octal22117436016117536110242
Binary100100011111100111100111010011111010111100011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,124,30); }

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

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

 a { background-color: rgb(145,124,30); }

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

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

 span { border-color: rgb(145,124,30); }

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