#937A2A

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

Shades of Lemon Ginger #937A2A

Tints of Lemon Ginger #937A2A

Color information

#937A2A (or 0x937A2A) is unknown color: approx Lemon Ginger. HEX triplet: 93, 7A and 2A. RGB value is (147,122,42). Sum of RGB (Red+Green+Blue) = 147+122+42=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #937A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937A2A is #6C85D5. Grayscale: #787878. Windows color (decimal): -7112150 or 2783891. OLE color: 2783891.

HSL color Cylindrical-coordinate representation of color #937A2A: hue angle of 45.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 #937A2A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14712242-
CMYK00.170.710.42
HSL45.71º55.56%37.06%-
HSV(B)45.71º71.43%57.65%-
XYZ19.4120.295.08-
YUV120.3583.78147-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=47.27%
G=39.23%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471224200.170.710.4245.7155.5637.06
Hex937A2A011472A2e3825
Octal2231725202110752567045
Binary1001001111110101010100100011000111101010101110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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