#897D2D

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

Shades of Lemon Ginger #897D2D

Tints of Lemon Ginger #897D2D

Color information

#897D2D (or 0x897D2D) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7D and 2D. RGB value is (137,125,45). Sum of RGB (Red+Green+Blue) = 137+125+45=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #897D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D2D is #7682D2. Grayscale: #777777. Windows color (decimal): -7766739 or 2981257. OLE color: 2981257.

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

Color convert

RGB13712545-
CMYK00.090.670.46
HSL52.17º50.55%35.69%-
HSV(B)52.17º67.15%53.73%-
XYZ18.1220.185.42-
YUV119.4785.98140.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 45 (17.97% from 255) = 14.66%
R=44.63%
G=40.72%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371254500.090.670.4652.1750.5535.69
Hex897D2D09432E343324
Octal2111755501110356646344
Binary100010011111101101101010011000011101110110100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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