#918C1C

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

Shades of Lemon Ginger #918C1C

Tints of Lemon Ginger #918C1C

Color information

#918C1C (or 0x918C1C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8C and 1C. RGB value is (145,140,28). Sum of RGB (Red+Green+Blue) = 145+140+28=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #918C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918C1C is #6E73E3. Grayscale: #818181. Windows color (decimal): -7238628 or 1870993. OLE color: 1870993.

HSL color Cylindrical-coordinate representation of color #918C1C: hue angle of 57.44º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #918C1C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14514028-
CMYK00.030.810.43
HSL57.44º67.63%33.92%-
HSV(B)57.44º80.69%56.86%-
XYZ21.2624.864.78-
YUV128.7371.16139.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.33%
GREEN value IS 140 (55.08% from 255) = 44.73%
BLUE value IS 28 (11.33% from 255) = 8.95%
R=46.33%
G=44.73%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451402800.030.810.4357.4467.6333.92
Hex918C1C03512B394422
Octal2212143403121537110442
Binary10010001100011001110001110100011010111110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918C1C; }

 p { color: rgb(145,140,28); }

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

<style>
 a { background-color: #918C1C; }

 a { background-color: rgb(145,140,28); }

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

<style>
 span { border-color: #918C1C; }

 span { border-color: rgb(145,140,28); }

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