Html Css Color HEX #918311 Lemon Ginger

📋 copy color: '#918311'

red 145 ◦ green 131 ◦ blue 17

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

Shades of Lemon Ginger #918311

Tints of Lemon Ginger #918311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 49.49%
G = 44.71%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#918311 (or 0x918311) is known color: Lemon Ginger. HEX triplet: 91, 83 and 11. RGB value is (145,131,17). Sum of RGB (Red+Green+Blue) = 145+131+17=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #918311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918311 is #6E7CEE. Grayscale: #7A7A7A. Windows color (decimal): -7240943 or 1147793. OLE color: 1147793.

HSL color Cylindrical-coordinate representation of color #918311: hue angle of 53.44º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #918311 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 17 -
CMYK 0 0.10 0.88 0.43
HSL 53.44º 0.79% 0.32% -
HSV(B) 53.44º 0.88% 0.57% -
XYZ 19.89 22.29 3.78 -
YUV 122.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 145 131 17 0 0.10 0.88 0.43 53.44 0.79 0.32
Hex 91 83 11 0 A 58 2B 35 4F 20
Octal 221 203 21 0 12 130 53 65 117 40
Binary 10010001 10000011 10001 0 1010 1011000 101011 110101 1001111 100000

Color Harmonies of #918311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918311

Black with #918311

Text Example


Text Example

White with #918311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918311; }

 p { color: rgb(145,131,17); }

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

background-color css

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

 a { background-color: rgb(145,131,17); }

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

border-color css

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

 span { border-color: rgb(145,131,17); }

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