#947C31

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

Shades of Lemon Ginger #947C31

Tints of Lemon Ginger #947C31

Color information

#947C31 (or 0x947C31) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7C and 31. RGB value is (148,124,49). Sum of RGB (Red+Green+Blue) = 148+124+49=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #947C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C31 is #6B83CE. Grayscale: #7A7A7A. Windows color (decimal): -7046095 or 3243156. OLE color: 3243156.

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

Color convert

RGB14812449-
CMYK00.160.670.42
HSL45.45º50.25%38.63%-
HSV(B)45.45º66.89%58.04%-
XYZ19.9720.935.89-
YUV122.6386.45146.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=46.11%
G=38.63%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481244900.160.670.4245.4550.2538.63
Hex947C31010432A2d3227
Octal2241746102010352556247
Binary1001010011111001100010100001000011101010101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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