Html Css Color HEX #917E2A Lemon Ginger

📋 copy color: '#917E2A'

red 145 ◦ green 126 ◦ blue 42

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

Shades of Lemon Ginger #917E2A

Tints of Lemon Ginger #917E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 46.33%
G = 40.26%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#917E2A (or 0x917E2A) is known color: Lemon Ginger. HEX triplet: 91, 7E and 2A. RGB value is (145,126,42). Sum of RGB (Red+Green+Blue) = 145+126+42=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #917E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917E2A is #6E81D5. Grayscale: #7A7A7A. Windows color (decimal): -7242198 or 2784913. OLE color: 2784913.

HSL color Cylindrical-coordinate representation of color #917E2A: hue angle of 48.93º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #917E2A is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 42 -
CMYK 0 0.13 0.71 0.43
HSL 48.93º 0.55% 0.37% -
HSV(B) 48.93º 0.71% 0.57% -
XYZ 19.56 21.11 5.23 -
YUV 122.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 145 126 42 0 0.13 0.71 0.43 48.93 0.55 0.37
Hex 91 7E 2A 0 D 47 2B 31 37 25
Octal 221 176 52 0 15 107 53 61 67 45
Binary 10010001 1111110 101010 0 1101 1000111 101011 110001 110111 100101

Color Harmonies of #917E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E2A

Black with #917E2A

Text Example


Text Example

White with #917E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,126,42); }

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

background-color css

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

 a { background-color: rgb(145,126,42); }

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

border-color css

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

 span { border-color: rgb(145,126,42); }

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