#977D31

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

Shades of Lemon Ginger #977D31

Tints of Lemon Ginger #977D31

Color information

#977D31 (or 0x977D31) is unknown color: approx Lemon Ginger. HEX triplet: 97, 7D and 31. RGB value is (151,125,49). Sum of RGB (Red+Green+Blue) = 151+125+49=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #977D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D31 is #6882CE. Grayscale: #7C7C7C. Windows color (decimal): -6849231 or 3243415. OLE color: 3243415.

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

Color convert

RGB15112549-
CMYK00.170.680.41
HSL44.71º51%39.22%-
HSV(B)44.71º67.55%59.22%-
XYZ20.6521.475.96-
YUV124.1185.61147.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.46%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=46.46%
G=38.46%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511254900.170.680.4144.715139.22
Hex977D3101144292d3327
Octal2271756102110451556347
Binary1001011111111011100010100011000100101001101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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