#89802D

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

Shades of Lemon Ginger #89802D

Tints of Lemon Ginger #89802D

Color information

#89802D (or 0x89802D) is unknown color: approx Lemon Ginger. HEX triplet: 89, 80 and 2D. RGB value is (137,128,45). Sum of RGB (Red+Green+Blue) = 137+128+45=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89802D is #767FD2. Grayscale: #797979. Windows color (decimal): -7765971 or 2982025. OLE color: 2982025.

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

Color convert

RGB13712845-
CMYK00.070.670.46
HSL54.13º50.55%35.69%-
HSV(B)54.13º67.15%53.73%-
XYZ18.5120.955.55-
YUV121.2384.98139.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 45 (17.97% from 255) = 14.52%
R=44.19%
G=41.29%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371284500.070.670.4654.1350.5535.69
Hex89802D07432E363324
Octal211200550710356666344
Binary100010011000000010110101111000011101110110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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