#897C2A

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

Shades of Lemon Ginger #897C2A

Tints of Lemon Ginger #897C2A

Color information

#897C2A (or 0x897C2A) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7C and 2A. RGB value is (137,124,42). Sum of RGB (Red+Green+Blue) = 137+124+42=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #897C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C2A is #7683D5. Grayscale: #767676. Windows color (decimal): -7766998 or 2784393. OLE color: 2784393.

HSL color Cylindrical-coordinate representation of color #897C2A: hue angle of 51.79º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #897C2A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13712442-
CMYK00.090.690.46
HSL51.79º53.07%35.1%-
HSV(B)51.79º69.34%53.73%-
XYZ17.9419.95.09-
YUV118.5484.81141.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 42 (16.80% from 255) = 13.86%
R=45.21%
G=40.92%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371244200.090.690.4651.7953.0735.1
Hex897C2A09452E343523
Octal2111745201110556646543
Binary100010011111100101010010011000101101110110100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,124,42); }

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

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

 a { background-color: rgb(137,124,42); }

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

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

 span { border-color: rgb(137,124,42); }

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