#897E1F

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

Shades of Lemon Ginger #897E1F

Tints of Lemon Ginger #897E1F

Color information

#897E1F (or 0x897E1F) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7E and 1F. RGB value is (137,126,31). Sum of RGB (Red+Green+Blue) = 137+126+31=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #897E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897E1F is #7681E0. Grayscale: #767676. Windows color (decimal): -7766497 or 2064009. OLE color: 2064009.

HSL color Cylindrical-coordinate representation of color #897E1F: hue angle of 53.77º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #897E1F is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13712631-
CMYK00.080.770.46
HSL53.77º63.1%32.94%-
HSV(B)53.77º77.37%53.73%-
XYZ18.0220.344.27-
YUV118.4678.64141.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 126 (49.61% from 255) = 42.86%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=46.60%
G=42.86%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371263100.080.770.4653.7763.132.94
Hex897E1F084D2E363f21
Octal2111763701011556667741
Binary10001001111111011111010001001101101110110110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897E1F; }

 p { color: rgb(137,126,31); }

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

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

 a { background-color: rgb(137,126,31); }

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

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

 span { border-color: rgb(137,126,31); }

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