#938913

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

Shades of Lemon Ginger #938913

Tints of Lemon Ginger #938913

Color information

#938913 (or 0x938913) is unknown color: approx Lemon Ginger. HEX triplet: 93, 89 and 13. RGB value is (147,137,19). Sum of RGB (Red+Green+Blue) = 147+137+19=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #938913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938913 is #6C76EC. Grayscale: #7F7F7F. Windows color (decimal): -7108333 or 1280403. OLE color: 1280403.

HSL color Cylindrical-coordinate representation of color #938913: hue angle of 55.31º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #938913 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB14713719-
CMYK00.070.870.42
HSL55.31º77.11%32.55%-
HSV(B)55.31º87.07%57.65%-
XYZ21.124.144.16-
YUV126.5467.31142.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 19 (7.81% from 255) = 6.27%
R=48.51%
G=45.21%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471371900.070.870.4255.3177.1132.55
Hex93891307572A374d21
Octal2232112307127526711541
Binary100100111000100110011011110101111010101101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938913; }

 p { color: rgb(147,137,19); }

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

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

 a { background-color: rgb(147,137,19); }

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

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

 span { border-color: rgb(147,137,19); }

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