Html Css Color HEX #977E2A Lemon Ginger

📋 copy color: '#977E2A'

red 151 ◦ green 126 ◦ blue 42

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

Shades of Lemon Ginger #977E2A

Tints of Lemon Ginger #977E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 47.34%
G = 39.5%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#977E2A (or 0x977E2A) is known color: Lemon Ginger. HEX triplet: 97, 7E and 2A. RGB value is (151,126,42). Sum of RGB (Red+Green+Blue) = 151+126+42=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #977E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E2A is #6881D5. Grayscale: #7C7C7C. Windows color (decimal): -6848982 or 2784919. OLE color: 2784919.

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

Color convert

RGB 151 126 42 -
CMYK 0 0.17 0.72 0.41
HSL 46.24º 0.56% 0.38% -
HSV(B) 46.24º 0.72% 0.59% -
XYZ 20.64 21.67 5.28 -
YUV 123.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 151 126 42 0 0.17 0.72 0.41 46.24 0.56 0.38
Hex 97 7E 2A 0 11 48 29 2E 38 26
Octal 227 176 52 0 21 110 51 56 70 46
Binary 10010111 1111110 101010 0 10001 1001000 101001 101110 111000 100110

Color Harmonies of #977E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E2A

Black with #977E2A

Text Example


Text Example

White with #977E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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