#938320

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

Shades of Lemon Ginger #938320

Tints of Lemon Ginger #938320

Color information

#938320 (or 0x938320) is unknown color: approx Lemon Ginger. HEX triplet: 93, 83 and 20. RGB value is (147,131,32). Sum of RGB (Red+Green+Blue) = 147+131+32=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #938320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938320 is #6C7CDF. Grayscale: #7C7C7C. Windows color (decimal): -7109856 or 2130835. OLE color: 2130835.

HSL color Cylindrical-coordinate representation of color #938320: hue angle of 51.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #938320 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14713132-
CMYK00.110.780.42
HSL51.65º64.25%35.1%-
HSV(B)51.65º78.23%57.65%-
XYZ20.4122.544.64-
YUV124.575.8144.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 131 (51.56% from 255) = 42.26%
BLUE value IS 32 (12.89% from 255) = 10.32%
R=47.42%
G=42.26%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471313200.110.780.4251.6564.2535.1
Hex9383200B4E2A344023
Octal22320340013116526410043
Binary10010011100000111000000101110011101010101101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938320; }

 p { color: rgb(147,131,32); }

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

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

 a { background-color: rgb(147,131,32); }

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

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

 span { border-color: rgb(147,131,32); }

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