#937B2D

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

Shades of Lemon Ginger #937B2D

Tints of Lemon Ginger #937B2D

Color information

#937B2D (or 0x937B2D) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7B and 2D. RGB value is (147,123,45). Sum of RGB (Red+Green+Blue) = 147+123+45=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #937B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937B2D is #6C84D2. Grayscale: #797979. Windows color (decimal): -7111891 or 2980755. OLE color: 2980755.

HSL color Cylindrical-coordinate representation of color #937B2D: hue angle of 45.88º degrees, saturation: 0.53, 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 #937B2D is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14712345-
CMYK00.160.690.42
HSL45.88º53.12%37.65%-
HSV(B)45.88º69.39%57.65%-
XYZ19.5920.565.42-
YUV121.2884.95146.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=46.67%
G=39.05%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471234500.160.690.4245.8853.1237.65
Hex937B2D010452A2e3526
Octal2231735502010552566546
Binary1001001111110111011010100001000101101010101110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937B2D; }

 p { color: rgb(147,123,45); }

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

<style>
 a { background-color: #937B2D; }

 a { background-color: rgb(147,123,45); }

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

<style>
 span { border-color: #937B2D; }

 span { border-color: rgb(147,123,45); }

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