#93752F

Color #93752F Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #93752F

Tints of Corn Harvest #93752F

Color information

#93752F (or 0x93752F) is unknown color: approx Corn Harvest. HEX triplet: 93, 75 and 2F. RGB value is (147,117,47). Sum of RGB (Red+Green+Blue) = 147+117+47=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93752F is #6C8AD0. Grayscale: #767676. Windows color (decimal): -7113425 or 3110291. OLE color: 3110291.

HSL color Cylindrical-coordinate representation of color #93752F: hue angle of 42º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93752F is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14711747-
CMYK00.200.680.42
HSL42º51.55%38.04%-
HSV(B)42º68.03%57.65%-
XYZ18.9119.135.39-
YUV117.9987.94148.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=47.27%
G=37.62%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471174700.200.680.424251.5538.04
Hex93752F014442A2a3426
Octal2231655702410452526446
Binary1001001111101011011110101001000100101010101010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93752F; }

 p { color: rgb(147,117,47); }

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

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

 a { background-color: rgb(147,117,47); }

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

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

 span { border-color: rgb(147,117,47); }

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