#938427

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

Shades of Lemon Ginger #938427

Tints of Lemon Ginger #938427

Color information

#938427 (or 0x938427) is unknown color: approx Lemon Ginger. HEX triplet: 93, 84 and 27. RGB value is (147,132,39). Sum of RGB (Red+Green+Blue) = 147+132+39=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 39 (15.62% from 255 or 12.26% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #938427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938427 is #6C7BD8. Grayscale: #7E7E7E. Windows color (decimal): -7109593 or 2589843. OLE color: 2589843.

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

Color convert

RGB14713239-
CMYK00.100.730.42
HSL51.67º58.06%36.47%-
HSV(B)51.67º73.47%57.65%-
XYZ20.6522.855.24-
YUV125.8878.97143.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 39 (15.62% from 255) = 12.26%
R=46.23%
G=41.51%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471323900.100.730.4251.6758.0636.47
Hex9384270A492A343a24
Octal2232044701211152647244
Binary1001001110000100100111010101001001101010110100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938427; }

 p { color: rgb(147,132,39); }

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

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

 a { background-color: rgb(147,132,39); }

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

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

 span { border-color: rgb(147,132,39); }

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