Html Css Color HEX #917F1F Lemon Ginger

📋 copy color: '#917F1F'

red 145 ◦ green 127 ◦ blue 31

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

Shades of Lemon Ginger #917F1F

Tints of Lemon Ginger #917F1F

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 47.85%
G = 41.91%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#917F1F (or 0x917F1F) is known color: Lemon Ginger. HEX triplet: 91, 7F and 1F. RGB value is (145,127,31). Sum of RGB (Red+Green+Blue) = 145+127+31=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #917F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F1F is #6E80E0. Grayscale: #797979. Windows color (decimal): -7241953 or 2064273. OLE color: 2064273.

HSL color Cylindrical-coordinate representation of color #917F1F: hue angle of 50.53º 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 #917F1F is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 127 31 -
CMYK 0 0.12 0.79 0.43
HSL 50.53º 0.65% 0.35% -
HSV(B) 50.53º 0.79% 0.57% -
XYZ 19.51 21.3 4.38 -
YUV 121.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 145 127 31 0 0.12 0.79 0.43 50.53 0.65 0.35
Hex 91 7F 1F 0 C 4F 2B 33 41 23
Octal 221 177 37 0 14 117 53 63 101 43
Binary 10010001 1111111 11111 0 1100 1001111 101011 110011 1000001 100011

Color Harmonies of #917F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917F1F

Black with #917F1F

Text Example


Text Example

White with #917F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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