#938133

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

Shades of Lemon Ginger #938133

Tints of Lemon Ginger #938133

Color information

#938133 (or 0x938133) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 33. RGB value is (147,129,51). Sum of RGB (Red+Green+Blue) = 147+129+51=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #938133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938133 is #6C7ECC. Grayscale: #7D7D7D. Windows color (decimal): -7110349 or 3375507. OLE color: 3375507.

HSL color Cylindrical-coordinate representation of color #938133: hue angle of 48.75º 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 #938133 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14712951-
CMYK00.120.650.42
HSL48.75º48.48%38.82%-
HSV(B)48.75º65.31%57.65%-
XYZ20.4822.146.33-
YUV125.4985.96143.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=44.95%
G=39.45%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471295100.120.650.4248.7548.4838.82
Hex9381330C412A313027
Octal2232016301410152616047
Binary1001001110000001110011011001000001101010110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938133; }

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

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

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

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

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

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

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

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