#927D38

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

Shades of Lemon Ginger #927D38

Tints of Lemon Ginger #927D38

Color information

#927D38 (or 0x927D38) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7D and 38. RGB value is (146,125,56). Sum of RGB (Red+Green+Blue) = 146+125+56=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #927D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D38 is #6D82C7. Grayscale: #7B7B7B. Windows color (decimal): -7176904 or 3702162. OLE color: 3702162.

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

Color convert

RGB14612556-
CMYK00.140.620.43
HSL46º44.55%39.61%-
HSV(B)46º61.64%57.25%-
XYZ19.921.066.76-
YUV123.4189.96144.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=44.65%
G=38.23%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461255600.140.620.434644.5539.61
Hex927D380E3E2B2e2d28
Octal222175700167653565550
Binary10010010111110111100001110111110101011101110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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