#93812A

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

Shades of Lemon Ginger #93812A

Tints of Lemon Ginger #93812A

Color information

#93812A (or 0x93812A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 2A. RGB value is (147,129,42). Sum of RGB (Red+Green+Blue) = 147+129+42=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #93812A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93812A is #6C7ED5. Grayscale: #7C7C7C. Windows color (decimal): -7110358 or 2785683. OLE color: 2785683.

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

Color convert

RGB14712942-
CMYK00.120.710.42
HSL49.71º55.56%37.06%-
HSV(B)49.71º71.43%57.65%-
XYZ20.322.075.38-
YUV124.4681.46144.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=46.23%
G=40.57%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471294200.120.710.4249.7155.5637.06
Hex93812A0C472A323825
Octal2232015201410752627045
Binary1001001110000001101010011001000111101010110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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