Html Css Color HEX #917D1F Lemon Ginger

📋 copy color: '#917D1F'

red 145 ◦ green 125 ◦ blue 31

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

Shades of Lemon Ginger #917D1F

Tints of Lemon Ginger #917D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 48.17%
G = 41.53%
B = 10.3%

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

#917D1F (or 0x917D1F) is known color: Lemon Ginger. HEX triplet: 91, 7D and 1F. RGB value is (145,125,31). Sum of RGB (Red+Green+Blue) = 145+125+31=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #917D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917D1F is #6E82E0. Grayscale: #787878. Windows color (decimal): -7242465 or 2063761. OLE color: 2063761.

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

Color convert

RGB 145 125 31 -
CMYK 0 0.14 0.79 0.43
HSL 49.47º 0.65% 0.35% -
HSV(B) 49.47º 0.79% 0.57% -
XYZ 19.26 20.79 4.29 -
YUV 120.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 145 125 31 0 0.14 0.79 0.43 49.47 0.65 0.35
Hex 91 7D 1F 0 E 4F 2B 31 41 23
Octal 221 175 37 0 16 117 53 61 101 43
Binary 10010001 1111101 11111 0 1110 1001111 101011 110001 1000001 100011

Color Harmonies of #917D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917D1F

Black with #917D1F

Text Example


Text Example

White with #917D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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