Html Css Color HEX #917920 Lemon Ginger

📋 copy color: '#917920'

red 145 ◦ green 121 ◦ blue 32

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

Shades of Lemon Ginger #917920

Tints of Lemon Ginger #917920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.6%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 48.66%
G = 40.6%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#917920 (or 0x917920) is known color: Lemon Ginger. HEX triplet: 91, 79 and 20. RGB value is (145,121,32). Sum of RGB (Red+Green+Blue) = 145+121+32=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #917920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917920 is #6E86DF. Grayscale: #767676. Windows color (decimal): -7243488 or 2128273. OLE color: 2128273.

HSL color Cylindrical-coordinate representation of color #917920: hue angle of 47.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #917920 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 121 32 -
CMYK 0 0.17 0.78 0.43
HSL 47.26º 0.64% 0.35% -
HSV(B) 47.26º 0.78% 0.57% -
XYZ 18.78 19.8 4.2 -
YUV 118.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 145 121 32 0 0.17 0.78 0.43 47.26 0.64 0.35
Hex 91 79 20 0 11 4E 2B 2F 40 23
Octal 221 171 40 0 21 116 53 57 100 43
Binary 10010001 1111001 100000 0 10001 1001110 101011 101111 1000000 100011

Color Harmonies of #917920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917920

Black with #917920

Text Example


Text Example

White with #917920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917920; }

 p { color: rgb(145,121,32); }

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

background-color css

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

 a { background-color: rgb(145,121,32); }

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

border-color css

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

 span { border-color: rgb(145,121,32); }

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