#938529

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

Shades of Lemon Ginger #938529

Tints of Lemon Ginger #938529

Color information

#938529 (or 0x938529) is unknown color: approx Lemon Ginger. HEX triplet: 93, 85 and 29. RGB value is (147,133,41). Sum of RGB (Red+Green+Blue) = 147+133+41=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 41 (16.41% from 255 or 12.77% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #938529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938529 is #6C7AD6. Grayscale: #7F7F7F. Windows color (decimal): -7109335 or 2721171. OLE color: 2721171.

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

Color convert

RGB14713341-
CMYK00.100.720.42
HSL52.08º56.38%36.86%-
HSV(B)52.08º72.11%57.65%-
XYZ20.8223.145.47-
YUV126.779.64142.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.79%
GREEN value IS 133 (52.34% from 255) = 41.43%
BLUE value IS 41 (16.41% from 255) = 12.77%
R=45.79%
G=41.43%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471334100.100.720.4252.0856.3836.86
Hex9385290A482A343825
Octal2232055101211052647045
Binary1001001110000101101001010101001000101010110100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938529; }

 p { color: rgb(147,133,41); }

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

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

 a { background-color: rgb(147,133,41); }

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

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

 span { border-color: rgb(147,133,41); }

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