Html Css Color HEX #897D31 Lemon Ginger

📋 copy color: '#897D31'

red 137 ◦ green 125 ◦ blue 49

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

Shades of Lemon Ginger #897D31

Tints of Lemon Ginger #897D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 44.05%
G = 40.19%
B = 15.76%

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

#897D31 (or 0x897D31) is known color: Lemon Ginger. HEX triplet: 89, 7D and 31. RGB value is (137,125,49). Sum of RGB (Red+Green+Blue) = 137+125+49=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #897D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D31 is #7682CE. Grayscale: #787878. Windows color (decimal): -7766735 or 3243401. OLE color: 3243401.

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

Color convert

RGB 137 125 49 -
CMYK 0 0.09 0.64 0.46
HSL 51.82º 0.47% 0.36% -
HSV(B) 51.82º 0.64% 0.54% -
XYZ 18.2 20.21 5.85 -
YUV 119.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 137 125 49 0 0.09 0.64 0.46 51.82 0.47 0.36
Hex 89 7D 31 0 9 40 2E 34 2F 24
Octal 211 175 61 0 11 100 56 64 57 44
Binary 10001001 1111101 110001 0 1001 1000000 101110 110100 101111 100100

Color Harmonies of #897D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D31

Black with #897D31

Text Example


Text Example

White with #897D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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