#89842F

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

Shades of Lemon Ginger #89842F

Tints of Lemon Ginger #89842F

Color information

#89842F (or 0x89842F) is unknown color: approx Lemon Ginger. HEX triplet: 89, 84 and 2F. RGB value is (137,132,47). Sum of RGB (Red+Green+Blue) = 137+132+47=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89842F is #767BD0. Grayscale: #7C7C7C. Windows color (decimal): -7764945 or 3114121. OLE color: 3114121.

HSL color Cylindrical-coordinate representation of color #89842F: hue angle of 56.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89842F is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB13713247-
CMYK00.040.660.46
HSL56.67º48.91%36.08%-
HSV(B)56.67º65.69%53.73%-
XYZ19.0822.035.94-
YUV123.884.66137.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 47 (18.75% from 255) = 14.87%
R=43.35%
G=41.77%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371324700.040.660.4656.6748.9136.08
Hex89842F04422E393124
Octal211204570410256716144
Binary100010011000010010111101001000010101110111001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89842F; }

 p { color: rgb(137,132,47); }

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

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

 a { background-color: rgb(137,132,47); }

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

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

 span { border-color: rgb(137,132,47); }

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