Html Css Color HEX #977D35 Lemon Ginger

📋 copy color: '#977D35'

red 151 ◦ green 125 ◦ blue 53

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

Shades of Lemon Ginger #977D35

Tints of Lemon Ginger #977D35

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.99%

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 45.9%
G = 37.99%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#977D35 (or 0x977D35) is known color: Lemon Ginger. HEX triplet: 97, 7D and 35. RGB value is (151,125,53). Sum of RGB (Red+Green+Blue) = 151+125+53=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #977D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D35 is #6882CA. Grayscale: #7C7C7C. Windows color (decimal): -6849227 or 3505559. OLE color: 3505559.

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

Color convert

RGB 151 125 53 -
CMYK 0 0.17 0.65 0.41
HSL 44.08º 0.48% 0.4% -
HSV(B) 44.08º 0.65% 0.59% -
XYZ 20.74 21.5 6.43 -
YUV 124.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 151 125 53 0 0.17 0.65 0.41 44.08 0.48 0.4
Hex 97 7D 35 0 11 41 29 2C 30 28
Octal 227 175 65 0 21 101 51 54 60 50
Binary 10010111 1111101 110101 0 10001 1000001 101001 101100 110000 101000

Color Harmonies of #977D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D35

Black with #977D35

Text Example


Text Example

White with #977D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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