#927C28

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

Shades of Lemon Ginger #927C28

Tints of Lemon Ginger #927C28

Color information

#927C28 (or 0x927C28) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7C and 28. RGB value is (146,124,40). Sum of RGB (Red+Green+Blue) = 146+124+40=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #927C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C28 is #6D83D7. Grayscale: #797979. Windows color (decimal): -7177176 or 2653330. OLE color: 2653330.

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

Color convert

RGB14612440-
CMYK00.150.730.43
HSL47.55º56.99%36.47%-
HSV(B)47.55º72.6%57.25%-
XYZ19.4420.684.97-
YUV12182.29145.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=47.10%
G=40%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461244000.150.730.4347.5556.9936.47
Hex927C280F492B303924
Octal2221745001711153607144
Binary100100101111100101000011111001001101011110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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