Html Css Color HEX #897D32 Lemon Ginger

📋 copy color: '#897D32'

red 137 ◦ green 125 ◦ blue 50

#897D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #897D32

Tints of Lemon Ginger #897D32

RGB

 RED value IS 137 (53.91% from 255) = 43.91%

 GREEN value IS 125 (49.22% from 255) = 40.06%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 43.91%
G = 40.06%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#897D32 (or 0x897D32) is known color: Lemon Ginger. HEX triplet: 89, 7D and 32. RGB value is (137,125,50). Sum of RGB (Red+Green+Blue) = 137+125+50=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #897D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D32 is #7682CD. Grayscale: #787878. Windows color (decimal): -7766734 or 3308937. OLE color: 3308937.

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

Color convert

RGB 137 125 50 -
CMYK 0 0.09 0.64 0.46
HSL 51.72º 0.47% 0.37% -
HSV(B) 51.72º 0.64% 0.54% -
XYZ 18.23 20.22 5.96 -
YUV 120.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 137 125 50 0 0.09 0.64 0.46 51.72 0.47 0.37
Hex 89 7D 32 0 9 40 2E 34 2F 25
Octal 211 175 62 0 11 100 56 64 57 45
Binary 10001001 1111101 110010 0 1001 1000000 101110 110100 101111 100101

Color Harmonies of #897D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D32

Black with #897D32

Text Example


Text Example

White with #897D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #897D32;
 }
 .AnyTagClassName
 {
   color: #897D32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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