#93701F

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

Shades of Corn Harvest #93701F

Tints of Corn Harvest #93701F

Color information

#93701F (or 0x93701F) is unknown color: approx Corn Harvest. HEX triplet: 93, 70 and 1F. RGB value is (147,112,31). Sum of RGB (Red+Green+Blue) = 147+112+31=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #93701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93701F is #6C8FE0. Grayscale: #717171. Windows color (decimal): -7114721 or 2060435. OLE color: 2060435.

HSL color Cylindrical-coordinate representation of color #93701F: hue angle of 41.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93701F is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14711231-
CMYK00.240.790.42
HSL41.9º65.17%34.9%-
HSV(B)41.9º78.91%57.65%-
XYZ18.0717.893.8-
YUV113.2381.6152.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.69%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=50.69%
G=38.62%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471123100.240.790.4241.965.1734.9
Hex93701F0184F2A2a4123
Octal22316037030117525210143
Binary1001001111100001111101100010011111010101010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,112,31); }

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

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

 a { background-color: rgb(147,112,31); }

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

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

 span { border-color: rgb(147,112,31); }

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