#977E2C

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

Shades of Lemon Ginger #977E2C

Tints of Lemon Ginger #977E2C

Color information

#977E2C (or 0x977E2C) is unknown color: approx Lemon Ginger. HEX triplet: 97, 7E and 2C. RGB value is (151,126,44). Sum of RGB (Red+Green+Blue) = 151+126+44=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #977E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E2C is #6881D3. Grayscale: #7C7C7C. Windows color (decimal): -6848980 or 2915991. OLE color: 2915991.

HSL color Cylindrical-coordinate representation of color #977E2C: hue angle of 45.98º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #977E2C is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB15112644-
CMYK00.170.710.41
HSL45.98º54.87%38.24%-
HSV(B)45.98º70.86%59.22%-
XYZ20.6821.685.48-
YUV124.1382.78147.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.04%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=47.04%
G=39.25%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511264400.170.710.4145.9854.8738.24
Hex977E2C01147292e3726
Octal2271765402110751566746
Binary1001011111111101011000100011000111101001101110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977E2C; }

 p { color: rgb(151,126,44); }

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

<style>
 a { background-color: #977E2C; }

 a { background-color: rgb(151,126,44); }

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

<style>
 span { border-color: #977E2C; }

 span { border-color: rgb(151,126,44); }

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