#93702B

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

Shades of Corn Harvest #93702B

Tints of Corn Harvest #93702B

Color information

#93702B (or 0x93702B) is unknown color: approx Corn Harvest. HEX triplet: 93, 70 and 2B. RGB value is (147,112,43). Sum of RGB (Red+Green+Blue) = 147+112+43=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #93702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93702B is #6C8FD4. Grayscale: #727272. Windows color (decimal): -7114709 or 2846867. OLE color: 2846867.

HSL color Cylindrical-coordinate representation of color #93702B: hue angle of 39.81º 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 #93702B is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB14711243-
CMYK00.240.710.42
HSL39.81º54.74%37.25%-
HSV(B)39.81º70.75%57.65%-
XYZ18.2617.974.79-
YUV114.687.6151.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=48.68%
G=37.09%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471124300.240.710.4239.8154.7437.25
Hex93702B018472A283725
Octal2231605303010752506745
Binary1001001111100001010110110001000111101010101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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