#947C28

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

Shades of Lemon Ginger #947C28

Tints of Lemon Ginger #947C28

Color information

#947C28 (or 0x947C28) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7C and 28. RGB value is (148,124,40). Sum of RGB (Red+Green+Blue) = 148+124+40=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #947C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C28 is #6B83D7. Grayscale: #797979. Windows color (decimal): -7046104 or 2653332. OLE color: 2653332.

HSL color Cylindrical-coordinate representation of color #947C28: hue angle of 46.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #947C28 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14812440-
CMYK00.160.730.42
HSL46.67º57.45%36.86%-
HSV(B)46.67º72.97%58.04%-
XYZ19.820.864.99-
YUV121.681.95146.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=47.44%
G=39.74%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481244000.160.730.4246.6757.4536.86
Hex947C28010492A2f3925
Octal2241745002011152577145
Binary1001010011111001010000100001001001101010101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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