#93892B

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

Shades of Lemon Ginger #93892B

Tints of Lemon Ginger #93892B

Color information

#93892B (or 0x93892B) is unknown color: approx Lemon Ginger. HEX triplet: 93, 89 and 2B. RGB value is (147,137,43). Sum of RGB (Red+Green+Blue) = 147+137+43=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93892B is #6C76D4. Grayscale: #818181. Windows color (decimal): -7108309 or 2853267. OLE color: 2853267.

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

Color convert

RGB14713743-
CMYK00.070.710.42
HSL54.23º54.74%37.25%-
HSV(B)54.23º70.75%57.65%-
XYZ21.4124.275.84-
YUV129.2779.31140.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.95%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 43 (17.19% from 255) = 13.15%
R=44.95%
G=41.90%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471374300.070.710.4254.2354.7437.25
Hex93892B07472A363725
Octal223211530710752666745
Binary100100111000100110101101111000111101010110110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93892B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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