#93712C

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

Shades of Corn Harvest #93712C

Tints of Corn Harvest #93712C

Color information

#93712C (or 0x93712C) is unknown color: approx Corn Harvest. HEX triplet: 93, 71 and 2C. RGB value is (147,113,44). Sum of RGB (Red+Green+Blue) = 147+113+44=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93712C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93712C is #6C8ED3. Grayscale: #737373. Windows color (decimal): -7114452 or 2912659. OLE color: 2912659.

HSL color Cylindrical-coordinate representation of color #93712C: hue angle of 40.19º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93712C is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14711344-
CMYK00.230.700.42
HSL40.19º53.93%37.45%-
HSV(B)40.19º70.07%57.65%-
XYZ18.3918.24.93-
YUV115.387.76150.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=48.36%
G=37.17%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471134400.230.700.4240.1953.9337.45
Hex93712C017462A283625
Octal2231615402710652506645
Binary1001001111100011011000101111000110101010101000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93712C; }

 p { color: rgb(147,113,44); }

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

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

 a { background-color: rgb(147,113,44); }

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

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

 span { border-color: rgb(147,113,44); }

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