#93822C

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

Shades of Lemon Ginger #93822C

Tints of Lemon Ginger #93822C

Color information

#93822C (or 0x93822C) is unknown color: approx Lemon Ginger. HEX triplet: 93, 82 and 2C. RGB value is (147,130,44). Sum of RGB (Red+Green+Blue) = 147+130+44=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93822C is #6C7DD3. Grayscale: #7D7D7D. Windows color (decimal): -7110100 or 2917011. OLE color: 2917011.

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

Color convert

RGB14713044-
CMYK00.120.700.42
HSL50.1º53.93%37.45%-
HSV(B)50.1º70.07%57.65%-
XYZ20.4722.355.62-
YUV125.2882.13143.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 130 (51.17% from 255) = 40.50%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=45.79%
G=40.50%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471304400.120.700.4250.153.9337.45
Hex93822C0C462A323625
Octal2232025401410652626645
Binary1001001110000010101100011001000110101010110010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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