#938224

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

Shades of Lemon Ginger #938224

Tints of Lemon Ginger #938224

Color information

#938224 (or 0x938224) is unknown color: approx Lemon Ginger. HEX triplet: 93, 82 and 24. RGB value is (147,130,36). Sum of RGB (Red+Green+Blue) = 147+130+36=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #938224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938224 is #6C7DDB. Grayscale: #7C7C7C. Windows color (decimal): -7110108 or 2392723. OLE color: 2392723.

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

Color convert

RGB14713036-
CMYK00.120.760.42
HSL50.81º60.66%35.88%-
HSV(B)50.81º75.51%57.65%-
XYZ20.3322.34.9-
YUV124.3778.13144.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 36 (14.45% from 255) = 11.50%
R=46.96%
G=41.53%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471303600.120.760.4250.8160.6635.88
Hex9382240C4C2A333d24
Octal2232024401411452637544
Binary1001001110000010100100011001001100101010110011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938224; }

 p { color: rgb(147,130,36); }

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

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

 a { background-color: rgb(147,130,36); }

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

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

 span { border-color: rgb(147,130,36); }

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