#938E1F

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

Shades of Lemon Ginger #938E1F

Tints of Lemon Ginger #938E1F

Color information

#938E1F (or 0x938E1F) is unknown color: approx Lemon Ginger. HEX triplet: 93, 8E and 1F. RGB value is (147,142,31). Sum of RGB (Red+Green+Blue) = 147+142+31=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #938E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E1F is #6C71E0. Grayscale: #838383. Windows color (decimal): -7107041 or 2068115. OLE color: 2068115.

HSL color Cylindrical-coordinate representation of color #938E1F: hue angle of 57.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #938E1F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14714231-
CMYK00.030.790.42
HSL57.41º65.17%34.9%-
HSV(B)57.41º78.91%57.65%-
XYZ21.9525.655.09-
YUV130.8471.66139.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 31 (12.5% from 255) = 9.69%
R=45.94%
G=44.38%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471423100.030.790.4257.4165.1734.9
Hex938E1F034F2A394123
Octal2232163703117527110143
Binary10010011100011101111101110011111010101110011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E1F; }

 p { color: rgb(147,142,31); }

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

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

 a { background-color: rgb(147,142,31); }

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

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

 span { border-color: rgb(147,142,31); }

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