Html Css Color HEX #917C2C Lemon Ginger

📋 copy color: '#917C2C'

red 145 ◦ green 124 ◦ blue 44

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

Shades of Lemon Ginger #917C2C

Tints of Lemon Ginger #917C2C

RGB

 RED value IS 145 (57.03% from 255) = 46.33%

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

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

R = 46.33%
G = 39.62%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#917C2C (or 0x917C2C) is known color: Lemon Ginger. HEX triplet: 91, 7C and 2C. RGB value is (145,124,44). Sum of RGB (Red+Green+Blue) = 145+124+44=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #917C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C2C is #6E83D3. Grayscale: #797979. Windows color (decimal): -7242708 or 2915473. OLE color: 2915473.

HSL color Cylindrical-coordinate representation of color #917C2C: hue angle of 47.52º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #917C2C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 124 44 -
CMYK 0 0.14 0.70 0.43
HSL 47.52º 0.53% 0.37% -
HSV(B) 47.52º 0.7% 0.57% -
XYZ 19.34 20.62 5.34 -
YUV 121.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 145 124 44 0 0.14 0.70 0.43 47.52 0.53 0.37
Hex 91 7C 2C 0 E 46 2B 30 35 25
Octal 221 174 54 0 16 106 53 60 65 45
Binary 10010001 1111100 101100 0 1110 1000110 101011 110000 110101 100101

Color Harmonies of #917C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C2C

Black with #917C2C

Text Example


Text Example

White with #917C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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