#938131

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

Shades of Lemon Ginger #938131

Tints of Lemon Ginger #938131

Color information

#938131 (or 0x938131) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 31. RGB value is (147,129,49). Sum of RGB (Red+Green+Blue) = 147+129+49=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #938131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938131 is #6C7ECE. Grayscale: #7D7D7D. Windows color (decimal): -7110351 or 3244435. OLE color: 3244435.

HSL color Cylindrical-coordinate representation of color #938131: hue angle of 48.98º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #938131 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14712949-
CMYK00.120.670.42
HSL48.98º50%38.43%-
HSV(B)48.98º66.67%57.65%-
XYZ20.4422.136.1-
YUV125.2684.96143.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=45.23%
G=39.69%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471294900.120.670.4248.985038.43
Hex9381310C432A313226
Octal2232016101410352616246
Binary1001001110000001110001011001000011101010110001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938131; }

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

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

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

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

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

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

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

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