#89812F

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

Shades of Lemon Ginger #89812F

Tints of Lemon Ginger #89812F

Color information

#89812F (or 0x89812F) is unknown color: approx Lemon Ginger. HEX triplet: 89, 81 and 2F. RGB value is (137,129,47). Sum of RGB (Red+Green+Blue) = 137+129+47=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89812F is #767ED0. Grayscale: #7A7A7A. Windows color (decimal): -7765713 or 3113353. OLE color: 3113353.

HSL color Cylindrical-coordinate representation of color #89812F: hue angle of 54.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 #89812F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB13712947-
CMYK00.060.660.46
HSL54.67º48.91%36.08%-
HSV(B)54.67º65.69%53.73%-
XYZ18.6821.225.8-
YUV122.0485.65138.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 47 (18.75% from 255) = 15.02%
R=43.77%
G=41.21%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371294700.060.660.4654.6748.9136.08
Hex89812F06422E373124
Octal211201570610256676144
Binary100010011000000110111101101000010101110110111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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