#977E2D

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

Shades of Lemon Ginger #977E2D

Tints of Lemon Ginger #977E2D

Color information

#977E2D (or 0x977E2D) is unknown color: approx Lemon Ginger. HEX triplet: 97, 7E and 2D. RGB value is (151,126,45). Sum of RGB (Red+Green+Blue) = 151+126+45=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #977E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E2D is #6881D2. Grayscale: #7C7C7C. Windows color (decimal): -6848979 or 2981527. OLE color: 2981527.

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

Color convert

RGB15112645-
CMYK00.170.700.41
HSL45.85º54.08%38.43%-
HSV(B)45.85º70.2%59.22%-
XYZ20.721.695.58-
YUV124.2483.28147.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.89%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=46.89%
G=39.13%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511264500.170.700.4145.8554.0838.43
Hex977E2D01146292e3626
Octal2271765502110651566646
Binary1001011111111101011010100011000110101001101110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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