#918420

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

Shades of Lemon Ginger #918420

Tints of Lemon Ginger #918420

Color information

#918420 (or 0x918420) is unknown color: approx Lemon Ginger. HEX triplet: 91, 84 and 20. RGB value is (145,132,32). Sum of RGB (Red+Green+Blue) = 145+132+32=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #918420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918420 is #6E7BDF. Grayscale: #7C7C7C. Windows color (decimal): -7240672 or 2131089. OLE color: 2131089.

HSL color Cylindrical-coordinate representation of color #918420: hue angle of 53.1º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #918420 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB14513232-
CMYK00.090.780.43
HSL53.1º63.84%34.71%-
HSV(B)53.1º77.93%56.86%-
XYZ20.1922.634.67-
YUV124.4975.81142.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 32 (12.89% from 255) = 10.36%
R=46.93%
G=42.72%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451323200.090.780.4353.163.8434.71
Hex918420094E2B354023
Octal22120440011116536510043
Binary10010001100001001000000100110011101010111101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918420; }

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

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

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

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

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

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

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

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