Html Css Color HEX #977C2C Lemon Ginger

📋 copy color: '#977C2C'

red 151 ◦ green 124 ◦ blue 44

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

Shades of Lemon Ginger #977C2C

Tints of Lemon Ginger #977C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 47.34%
G = 38.87%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#977C2C (or 0x977C2C) is known color: Lemon Ginger. HEX triplet: 97, 7C and 2C. RGB value is (151,124,44). Sum of RGB (Red+Green+Blue) = 151+124+44=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #977C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C2C is #6883D3. Grayscale: #7B7B7B. Windows color (decimal): -6849492 or 2915479. OLE color: 2915479.

HSL color Cylindrical-coordinate representation of color #977C2C: hue angle of 44.86º 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 #977C2C is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 44 -
CMYK 0 0.18 0.71 0.41
HSL 44.86º 0.55% 0.38% -
HSV(B) 44.86º 0.71% 0.59% -
XYZ 20.42 21.18 5.39 -
YUV 122.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 151 124 44 0 0.18 0.71 0.41 44.86 0.55 0.38
Hex 97 7C 2C 0 12 47 29 2D 37 26
Octal 227 174 54 0 22 107 51 55 67 46
Binary 10010111 1111100 101100 0 10010 1000111 101001 101101 110111 100110

Color Harmonies of #977C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C2C

Black with #977C2C

Text Example


Text Example

White with #977C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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