Html Css Color HEX #917D1E Lemon Ginger

📋 copy color: '#917D1E'

red 145 ◦ green 125 ◦ blue 30

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

Shades of Lemon Ginger #917D1E

Tints of Lemon Ginger #917D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 48.33%
G = 41.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#917D1E (or 0x917D1E) is known color: Lemon Ginger. HEX triplet: 91, 7D and 1E. RGB value is (145,125,30). Sum of RGB (Red+Green+Blue) = 145+125+30=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #917D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D1E is #6E82E1. Grayscale: #787878. Windows color (decimal): -7242466 or 1998225. OLE color: 1998225.

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

Color convert

RGB 145 125 30 -
CMYK 0 0.14 0.79 0.43
HSL 49.57º 0.66% 0.34% -
HSV(B) 49.57º 0.79% 0.57% -
XYZ 19.25 20.78 4.23 -
YUV 120.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 145 125 30 0 0.14 0.79 0.43 49.57 0.66 0.34
Hex 91 7D 1E 0 E 4F 2B 32 42 22
Octal 221 175 36 0 16 117 53 62 102 42
Binary 10010001 1111101 11110 0 1110 1001111 101011 110010 1000010 100010

Color Harmonies of #917D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D1E

Black with #917D1E

Text Example


Text Example

White with #917D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,30); }

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

background-color css

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

 a { background-color: rgb(145,125,30); }

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

border-color css

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

 span { border-color: rgb(145,125,30); }

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