#918131

Color #918131 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #918131

Tints of Lemon Ginger #918131

Color information

#918131 (or 0x918131) is unknown color: approx Lemon Ginger. HEX triplet: 91, 81 and 31. RGB value is (145,129,49). Sum of RGB (Red+Green+Blue) = 145+129+49=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #918131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918131 is #6E7ECE. Grayscale: #7D7D7D. Windows color (decimal): -7241423 or 3244433. OLE color: 3244433.

HSL color Cylindrical-coordinate representation of color #918131: hue angle of 50º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #918131 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14512949-
CMYK00.110.660.43
HSL50º49.48%38.04%-
HSV(B)50º66.21%56.86%-
XYZ20.0821.946.08-
YUV124.6685.3142.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.89%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 49 (19.53% from 255) = 15.17%
R=44.89%
G=39.94%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451294900.110.660.435049.4838.04
Hex9181310B422B323126
Octal2212016101310253626146
Binary1001000110000001110001010111000010101011110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918131; }

 p { color: rgb(145,129,49); }

 H1.HeaderClassName
 {
   color: #918131;
 }
 .AnyTagClassName
 {
   color: #918131;
 }
</style>
background-color css

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

 a { background-color: rgb(145,129,49); }

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

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

 span { border-color: rgb(145,129,49); }

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