#93802D

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

Shades of Lemon Ginger #93802D

Tints of Lemon Ginger #93802D

Color information

#93802D (or 0x93802D) is unknown color: approx Lemon Ginger. HEX triplet: 93, 80 and 2D. RGB value is (147,128,45). Sum of RGB (Red+Green+Blue) = 147+128+45=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93802D is #6C7FD2. Grayscale: #7C7C7C. Windows color (decimal): -7110611 or 2982035. OLE color: 2982035.

HSL color Cylindrical-coordinate representation of color #93802D: hue angle of 48.82º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93802D is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14712845-
CMYK00.130.690.42
HSL48.82º53.12%37.65%-
HSV(B)48.82º69.39%57.65%-
XYZ20.2321.835.63-
YUV124.2283.29144.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 14.06%
R=45.94%
G=40%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471284500.130.690.4248.8253.1237.65
Hex93802D0D452A313526
Octal2232005501510552616546
Binary1001001110000000101101011011000101101010110001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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