#93802C

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

Shades of Lemon Ginger #93802C

Tints of Lemon Ginger #93802C

Color information

#93802C (or 0x93802C) is unknown color: approx Lemon Ginger. HEX triplet: 93, 80 and 2C. RGB value is (147,128,44). Sum of RGB (Red+Green+Blue) = 147+128+44=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93802C is #6C7FD3. Grayscale: #7C7C7C. Windows color (decimal): -7110612 or 2916499. OLE color: 2916499.

HSL color Cylindrical-coordinate representation of color #93802C: hue angle of 48.93º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93802C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14712844-
CMYK00.130.700.42
HSL48.93º53.93%37.45%-
HSV(B)48.93º70.07%57.65%-
XYZ20.2121.825.53-
YUV124.182.79144.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=46.08%
G=40.13%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471284400.130.700.4248.9353.9337.45
Hex93802C0D462A313625
Octal2232005401510652616645
Binary1001001110000000101100011011000110101010110001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93802C; }

 p { color: rgb(147,128,44); }

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

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

 a { background-color: rgb(147,128,44); }

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

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

 span { border-color: rgb(147,128,44); }

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