#927D32

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

Shades of Lemon Ginger #927D32

Tints of Lemon Ginger #927D32

Color information

#927D32 (or 0x927D32) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7D and 32. RGB value is (146,125,50). Sum of RGB (Red+Green+Blue) = 146+125+50=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #927D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D32 is #6D82CD. Grayscale: #7B7B7B. Windows color (decimal): -7176910 or 3308946. OLE color: 3308946.

HSL color Cylindrical-coordinate representation of color #927D32: hue angle of 46.87º degrees, saturation: 0.49, 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 #927D32 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14612550-
CMYK00.140.660.43
HSL46.87º48.98%38.43%-
HSV(B)46.87º65.75%57.25%-
XYZ19.7621.016.03-
YUV122.7386.96144.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 125 (49.22% from 255) = 38.94%
BLUE value IS 50 (19.92% from 255) = 15.58%
R=45.48%
G=38.94%
B=15.58%

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
Decimal1461255000.140.660.4346.8748.9838.43
Hex927D320E422B2f3126
Octal2221756201610253576146
Binary100100101111101110010011101000010101011101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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