Html Css Color HEX #917C32 Lemon Ginger

📋 copy color: '#917C32'

red 145 ◦ green 124 ◦ blue 50

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

Shades of Lemon Ginger #917C32

Tints of Lemon Ginger #917C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 45.45%
G = 38.87%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#917C32 (or 0x917C32) is known color: Lemon Ginger. HEX triplet: 91, 7C and 32. RGB value is (145,124,50). Sum of RGB (Red+Green+Blue) = 145+124+50=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #917C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C32 is #6E83CD. Grayscale: #7A7A7A. Windows color (decimal): -7242702 or 3308689. OLE color: 3308689.

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

Color convert

RGB 145 124 50 -
CMYK 0 0.14 0.66 0.43
HSL 46.74º 0.49% 0.38% -
HSV(B) 46.74º 0.66% 0.57% -
XYZ 19.46 20.67 5.98 -
YUV 121.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 145 124 50 0 0.14 0.66 0.43 46.74 0.49 0.38
Hex 91 7C 32 0 E 42 2B 2F 31 26
Octal 221 174 62 0 16 102 53 57 61 46
Binary 10010001 1111100 110010 0 1110 1000010 101011 101111 110001 100110

Color Harmonies of #917C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C32

Black with #917C32

Text Example


Text Example

White with #917C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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