#93842E

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

Shades of Lemon Ginger #93842E

Tints of Lemon Ginger #93842E

Color information

#93842E (or 0x93842E) is unknown color: approx Lemon Ginger. HEX triplet: 93, 84 and 2E. RGB value is (147,132,46). Sum of RGB (Red+Green+Blue) = 147+132+46=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93842E is #6C7BD1. Grayscale: #7F7F7F. Windows color (decimal): -7109586 or 3048595. OLE color: 3048595.

HSL color Cylindrical-coordinate representation of color #93842E: hue angle of 51.09º degrees, saturation: 0.52, 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 #93842E is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14713246-
CMYK00.100.690.42
HSL51.09º52.33%37.84%-
HSV(B)51.09º68.71%57.65%-
XYZ20.7822.95.91-
YUV126.6882.47142.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 46 (18.36% from 255) = 14.15%
R=45.23%
G=40.62%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471324600.100.690.4251.0952.3337.84
Hex93842E0A452A333426
Octal2232045601210552636446
Binary1001001110000100101110010101000101101010110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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