Html Css Color HEX #977C32 Lemon Ginger

📋 copy color: '#977C32'

red 151 ◦ green 124 ◦ blue 50

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

Shades of Lemon Ginger #977C32

Tints of Lemon Ginger #977C32

RGB

 RED value IS 151 (59.38% from 255) = 46.46%

 GREEN value IS 124 (48.83% from 255) = 38.15%

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

R = 46.46%
G = 38.15%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#977C32 (or 0x977C32) is known color: Lemon Ginger. HEX triplet: 97, 7C and 32. RGB value is (151,124,50). Sum of RGB (Red+Green+Blue) = 151+124+50=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #977C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C32 is #6883CD. Grayscale: #7B7B7B. Windows color (decimal): -6849486 or 3308695. OLE color: 3308695.

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

Color convert

RGB 151 124 50 -
CMYK 0 0.18 0.67 0.41
HSL 43.96º 0.5% 0.39% -
HSV(B) 43.96º 0.67% 0.59% -
XYZ 20.55 21.22 6.03 -
YUV 123.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 151 124 50 0 0.18 0.67 0.41 43.96 0.5 0.39
Hex 97 7C 32 0 12 43 29 2C 32 27
Octal 227 174 62 0 22 103 51 54 62 47
Binary 10010111 1111100 110010 0 10010 1000011 101001 101100 110010 100111

Color Harmonies of #977C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C32

Black with #977C32

Text Example


Text Example

White with #977C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,124,50); }

 H1.HeaderClassName
 {
   color: #977C32;
 }
 .AnyTagClassName
 {
   color: #977C32;
 }
</style>

background-color css

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

 a { background-color: rgb(151,124,50); }

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

border-color css

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

 span { border-color: rgb(151,124,50); }

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