#93712B

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

Shades of Corn Harvest #93712B

Tints of Corn Harvest #93712B

Color information

#93712B (or 0x93712B) is unknown color: approx Corn Harvest. HEX triplet: 93, 71 and 2B. RGB value is (147,113,43). Sum of RGB (Red+Green+Blue) = 147+113+43=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93712B is #6C8ED4. Grayscale: #737373. Windows color (decimal): -7114453 or 2847123. OLE color: 2847123.

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

Color convert

RGB14711343-
CMYK00.230.710.42
HSL40.38º54.74%37.25%-
HSV(B)40.38º70.75%57.65%-
XYZ18.3718.194.83-
YUV115.1987.26150.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.51%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 43 (17.19% from 255) = 14.19%
R=48.51%
G=37.29%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471134300.230.710.4240.3854.7437.25
Hex93712B017472A283725
Octal2231615302710752506745
Binary1001001111100011010110101111000111101010101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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