#93842A

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

Shades of Lemon Ginger #93842A

Tints of Lemon Ginger #93842A

Color information

#93842A (or 0x93842A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 84 and 2A. RGB value is (147,132,42). Sum of RGB (Red+Green+Blue) = 147+132+42=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93842A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93842A is #6C7BD5. Grayscale: #7E7E7E. Windows color (decimal): -7109590 or 2786451. OLE color: 2786451.

HSL color Cylindrical-coordinate representation of color #93842A: hue angle of 51.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93842A is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14713242-
CMYK00.100.710.42
HSL51.43º55.56%37.06%-
HSV(B)51.43º71.43%57.65%-
XYZ20.722.875.51-
YUV126.2280.47142.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 132 (51.95% from 255) = 41.12%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=45.79%
G=41.12%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471324200.100.710.4251.4355.5637.06
Hex93842A0A472A333825
Octal2232045201210752637045
Binary1001001110000100101010010101000111101010110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93842A; }

 p { color: rgb(147,132,42); }

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

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

 a { background-color: rgb(147,132,42); }

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

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

 span { border-color: rgb(147,132,42); }

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