#938121

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

Shades of Lemon Ginger #938121

Tints of Lemon Ginger #938121

Color information

#938121 (or 0x938121) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 21. RGB value is (147,129,33). Sum of RGB (Red+Green+Blue) = 147+129+33=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #938121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938121 is #6C7EDE. Grayscale: #7B7B7B. Windows color (decimal): -7110367 or 2195859. OLE color: 2195859.

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

Color convert

RGB14712933-
CMYK00.120.780.42
HSL50.53º63.33%35.29%-
HSV(B)50.53º77.55%57.65%-
XYZ20.1622.014.63-
YUV123.4476.96144.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.57%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 33 (13.28% from 255) = 10.68%
R=47.57%
G=41.75%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471293300.120.780.4250.5363.3335.29
Hex9381210C4E2A333f23
Octal2232014101411652637743
Binary1001001110000001100001011001001110101010110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938121; }

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

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

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

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

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

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

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

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