#927D31

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

Shades of Lemon Ginger #927D31

Tints of Lemon Ginger #927D31

Color information

#927D31 (or 0x927D31) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7D and 31. RGB value is (146,125,49). Sum of RGB (Red+Green+Blue) = 146+125+49=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #927D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D31 is #6D82CE. Grayscale: #7A7A7A. Windows color (decimal): -7176911 or 3243410. OLE color: 3243410.

HSL color Cylindrical-coordinate representation of color #927D31: hue angle of 47.01º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #927D31 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14612549-
CMYK00.140.660.43
HSL47.01º49.74%38.24%-
HSV(B)47.01º66.44%57.25%-
XYZ19.74215.92-
YUV122.6286.46144.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.62%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=45.62%
G=39.06%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461254900.140.660.4347.0149.7438.24
Hex927D310E422B2f3226
Octal2221756101610253576246
Binary100100101111101110001011101000010101011101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,49); }

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

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

 a { background-color: rgb(146,125,49); }

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

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

 span { border-color: rgb(146,125,49); }

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