#918313

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

Shades of Lemon Ginger #918313

Tints of Lemon Ginger #918313

Color information

#918313 (or 0x918313) is unknown color: approx Lemon Ginger. HEX triplet: 91, 83 and 13. RGB value is (145,131,19). Sum of RGB (Red+Green+Blue) = 145+131+19=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #918313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918313 is #6E7CEC. Grayscale: #7A7A7A. Windows color (decimal): -7240941 or 1278865. OLE color: 1278865.

HSL color Cylindrical-coordinate representation of color #918313: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #918313 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB14513119-
CMYK00.100.870.43
HSL53.33º76.83%32.16%-
HSV(B)53.33º86.9%56.86%-
XYZ19.9122.33.87-
YUV122.4269.64144.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=49.15%
G=44.41%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451311900.100.870.4353.3376.8332.16
Hex9183130A572B354d20
Octal22120323012127536511540
Binary1001000110000011100110101010101111010111101011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918313; }

 p { color: rgb(145,131,19); }

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

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

 a { background-color: rgb(145,131,19); }

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

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

 span { border-color: rgb(145,131,19); }

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