#918432

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

Shades of Lemon Ginger #918432

Tints of Lemon Ginger #918432

Color information

#918432 (or 0x918432) is unknown color: approx Lemon Ginger. HEX triplet: 91, 84 and 32. RGB value is (145,132,50). Sum of RGB (Red+Green+Blue) = 145+132+50=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #918432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918432 is #6E7BCD. Grayscale: #7E7E7E. Windows color (decimal): -7240654 or 3310737. OLE color: 3310737.

HSL color Cylindrical-coordinate representation of color #918432: hue angle of 51.79º 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 #918432 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14513250-
CMYK00.090.660.43
HSL51.79º48.72%38.24%-
HSV(B)51.79º65.52%56.86%-
XYZ20.522.756.33-
YUV126.5484.81141.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 50 (19.92% from 255) = 15.29%
R=44.34%
G=40.37%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451325000.090.660.4351.7948.7238.24
Hex91843209422B343126
Octal2212046201110253646146
Binary1001000110000100110010010011000010101011110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918432; }

 p { color: rgb(145,132,50); }

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

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

 a { background-color: rgb(145,132,50); }

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

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

 span { border-color: rgb(145,132,50); }

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