#927c2d

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

Shades of Lemon Ginger #927C2D

Tints of Lemon Ginger #927C2D

Color information

#927C2D (or 0x927C2D) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7C and 2D. RGB value is (146,124,45). Sum of RGB (Red+Green+Blue) = 146+124+45=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #927C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C2D is #6D83D2. Grayscale: #797979. Windows color (decimal): -7177171 or 2981010. OLE color: 2981010.

HSL color Cylindrical-coordinate representation of color #927C2D: hue angle of 46.93º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #927C2D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB14612445-
CMYK00.150.690.43
HSL46.93º52.88%37.45%-
HSV(B)46.93º69.18%57.25%-
XYZ19.5420.725.45-
YUV121.5784.79145.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=46.35%
G=39.37%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461244500.150.690.4346.9352.8837.45
Hex927C2D0F452B2f3525
Octal2221745501710553576545
Binary100100101111100101101011111000101101011101111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927c2d; }

 p { color: rgb(146,124,45); }

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

<style>
 a { background-color: #927c2d; }

 a { background-color: rgb(146,124,45); }

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

<style>
 span { border-color: #927c2d; }

 span { border-color: rgb(146,124,45); }

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