Html Css Color HEX #917A1F Lemon Ginger

📋 copy color: '#917A1F'

red 145 ◦ green 122 ◦ blue 31

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

Shades of Lemon Ginger #917A1F

Tints of Lemon Ginger #917A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

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

R = 48.66%
G = 40.94%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#917A1F (or 0x917A1F) is known color: Lemon Ginger. HEX triplet: 91, 7A and 1F. RGB value is (145,122,31). Sum of RGB (Red+Green+Blue) = 145+122+31=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #917A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A1F is #6E85E0. Grayscale: #767676. Windows color (decimal): -7243233 or 2062993. OLE color: 2062993.

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

Color convert

RGB 145 122 31 -
CMYK 0 0.16 0.79 0.43
HSL 47.89º 0.65% 0.35% -
HSV(B) 47.89º 0.79% 0.57% -
XYZ 18.88 20.04 4.17 -
YUV 118.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 145 122 31 0 0.16 0.79 0.43 47.89 0.65 0.35
Hex 91 7A 1F 0 10 4F 2B 30 41 23
Octal 221 172 37 0 20 117 53 60 101 43
Binary 10010001 1111010 11111 0 10000 1001111 101011 110000 1000001 100011

Color Harmonies of #917A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A1F

Black with #917A1F

Text Example


Text Example

White with #917A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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