Html Css Color HEX #917C28 Lemon Ginger

📋 copy color: '#917C28'

red 145 ◦ green 124 ◦ blue 40

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

Shades of Lemon Ginger #917C28

Tints of Lemon Ginger #917C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 46.93%
G = 40.13%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#917C28 (or 0x917C28) is known color: Lemon Ginger. HEX triplet: 91, 7C and 28. RGB value is (145,124,40). Sum of RGB (Red+Green+Blue) = 145+124+40=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #917C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C28 is #6E83D7. Grayscale: #797979. Windows color (decimal): -7242712 or 2653329. OLE color: 2653329.

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

Color convert

RGB 145 124 40 -
CMYK 0 0.14 0.72 0.43
HSL 48º 0.57% 0.36% -
HSV(B) 48º 0.72% 0.57% -
XYZ 19.27 20.59 4.97 -
YUV 120.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 145 124 40 0 0.14 0.72 0.43 48 0.57 0.36
Hex 91 7C 28 0 E 48 2B 30 39 24
Octal 221 174 50 0 16 110 53 60 71 44
Binary 10010001 1111100 101000 0 1110 1001000 101011 110000 111001 100100

Color Harmonies of #917C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C28

Black with #917C28

Text Example


Text Example

White with #917C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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