#89802C

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

Shades of Lemon Ginger #89802C

Tints of Lemon Ginger #89802C

Color information

#89802C (or 0x89802C) is unknown color: approx Lemon Ginger. HEX triplet: 89, 80 and 2C. RGB value is (137,128,44). Sum of RGB (Red+Green+Blue) = 137+128+44=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89802C is #767FD3. Grayscale: #797979. Windows color (decimal): -7765972 or 2916489. OLE color: 2916489.

HSL color Cylindrical-coordinate representation of color #89802C: hue angle of 54.19º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89802C is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB13712844-
CMYK00.070.680.46
HSL54.19º51.38%35.49%-
HSV(B)54.19º67.88%53.73%-
XYZ18.4920.945.45-
YUV121.1284.48139.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=44.34%
G=41.42%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371284400.070.680.4654.1951.3835.49
Hex89802C07442E363323
Octal211200540710456666343
Binary100010011000000010110001111000100101110110110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89802C; }

 p { color: rgb(137,128,44); }

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

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

 a { background-color: rgb(137,128,44); }

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

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

 span { border-color: rgb(137,128,44); }

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