#93812B

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

Shades of Lemon Ginger #93812B

Tints of Lemon Ginger #93812B

Color information

#93812B (or 0x93812B) is unknown color: approx Lemon Ginger. HEX triplet: 93, 81 and 2B. RGB value is (147,129,43). Sum of RGB (Red+Green+Blue) = 147+129+43=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93812B is #6C7ED4. Grayscale: #7C7C7C. Windows color (decimal): -7110357 or 2851219. OLE color: 2851219.

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

Color convert

RGB14712943-
CMYK00.120.710.42
HSL49.62º54.74%37.25%-
HSV(B)49.62º70.75%57.65%-
XYZ20.3222.085.48-
YUV124.5881.96143.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.08%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=46.08%
G=40.44%
B=13.48%

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
Decimal1471294300.120.710.4249.6254.7437.25
Hex93812B0C472A323725
Octal2232015301410752626745
Binary1001001110000001101011011001000111101010110010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93812B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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