Html Css Color HEX #977C2E Lemon Ginger

📋 copy color: '#977C2E'

red 151 ◦ green 124 ◦ blue 46

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

Shades of Lemon Ginger #977C2E

Tints of Lemon Ginger #977C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 47.04%
G = 38.63%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#977C2E (or 0x977C2E) is known color: Lemon Ginger. HEX triplet: 97, 7C and 2E. RGB value is (151,124,46). Sum of RGB (Red+Green+Blue) = 151+124+46=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 151 - color contains mainly: red. Hex color #977C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C2E is #6883D1. Grayscale: #7B7B7B. Windows color (decimal): -6849490 or 3046551. OLE color: 3046551.

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

Color convert

RGB 151 124 46 -
CMYK 0 0.18 0.70 0.41
HSL 44.57º 0.53% 0.39% -
HSV(B) 44.57º 0.7% 0.59% -
XYZ 20.46 21.19 5.6 -
YUV 123.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 151 124 46 0 0.18 0.70 0.41 44.57 0.53 0.39
Hex 97 7C 2E 0 12 46 29 2D 35 27
Octal 227 174 56 0 22 106 51 55 65 47
Binary 10010111 1111100 101110 0 10010 1000110 101001 101101 110101 100111

Color Harmonies of #977C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C2E

Black with #977C2E

Text Example


Text Example

White with #977C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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