#938E2D

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

Shades of Lemon Ginger #938E2D

Tints of Lemon Ginger #938E2D

Color information

#938E2D (or 0x938E2D) is unknown color: approx Lemon Ginger. HEX triplet: 93, 8E and 2D. RGB value is (147,142,45). Sum of RGB (Red+Green+Blue) = 147+142+45=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #938E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E2D is #6C71D2. Grayscale: #848484. Windows color (decimal): -7107027 or 2985619. OLE color: 2985619.

HSL color Cylindrical-coordinate representation of color #938E2D: hue angle of 57.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #938E2D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14714245-
CMYK00.030.690.42
HSL57.06º53.12%37.65%-
HSV(B)57.06º69.39%57.65%-
XYZ22.1825.746.28-
YUV132.4478.66138.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 142 (55.86% from 255) = 42.51%
BLUE value IS 45 (17.97% from 255) = 13.47%
R=44.01%
G=42.51%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471424500.030.690.4257.0653.1237.65
Hex938E2D03452A393526
Octal223216550310552716546
Binary10010011100011101011010111000101101010111001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E2D; }

 p { color: rgb(147,142,45); }

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

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

 a { background-color: rgb(147,142,45); }

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

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

 span { border-color: rgb(147,142,45); }

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