#897D1C

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

Shades of Lemon Ginger #897D1C

Tints of Lemon Ginger #897D1C

Color information

#897D1C (or 0x897D1C) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7D and 1C. RGB value is (137,125,28). Sum of RGB (Red+Green+Blue) = 137+125+28=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #897D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D1C is #7682E3. Grayscale: #757575. Windows color (decimal): -7766756 or 1867145. OLE color: 1867145.

HSL color Cylindrical-coordinate representation of color #897D1C: hue angle of 53.39º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #897D1C is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB13712528-
CMYK00.090.800.46
HSL53.39º66.06%32.35%-
HSV(B)53.39º79.56%53.73%-
XYZ17.8620.074.03-
YUV117.5377.48141.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 125 (49.22% from 255) = 43.10%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=47.24%
G=43.10%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371252800.090.800.4653.3966.0632.35
Hex897D1C09502E354220
Octal21117534011120566510240
Binary100010011111101111000100110100001011101101011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,125,28); }

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

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

 a { background-color: rgb(137,125,28); }

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

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

 span { border-color: rgb(137,125,28); }

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