#938334

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

Shades of Lemon Ginger #938334

Tints of Lemon Ginger #938334

Color information

#938334 (or 0x938334) is unknown color: approx Lemon Ginger. HEX triplet: 93, 83 and 34. RGB value is (147,131,52). Sum of RGB (Red+Green+Blue) = 147+131+52=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #938334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938334 is #6C7CCB. Grayscale: #7F7F7F. Windows color (decimal): -7109836 or 3441555. OLE color: 3441555.

HSL color Cylindrical-coordinate representation of color #938334: hue angle of 49.89º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #938334 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14713152-
CMYK00.110.650.42
HSL49.89º47.74%39.02%-
HSV(B)49.89º64.63%57.65%-
XYZ20.7722.686.53-
YUV126.7885.8142.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=44.55%
G=39.70%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471315200.110.650.4249.8947.7439.02
Hex9383340B412A323027
Octal2232036401310152626047
Binary1001001110000011110100010111000001101010110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938334; }

 p { color: rgb(147,131,52); }

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

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

 a { background-color: rgb(147,131,52); }

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

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

 span { border-color: rgb(147,131,52); }

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