#93702a

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

Shades of Corn Harvest #93702A

Tints of Corn Harvest #93702A

Color information

#93702A (or 0x93702A) is unknown color: approx Corn Harvest. HEX triplet: 93, 70 and 2A. RGB value is (147,112,42). Sum of RGB (Red+Green+Blue) = 147+112+42=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #93702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93702A is #6C8FD5. Grayscale: #727272. Windows color (decimal): -7114710 or 2781331. OLE color: 2781331.

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

Color convert

RGB14711242-
CMYK00.240.710.42
HSL40º55.56%37.06%-
HSV(B)40º71.43%57.65%-
XYZ18.2417.964.7-
YUV114.4887.1151.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=48.84%
G=37.21%
B=13.95%

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
Decimal1471124200.240.710.424055.5637.06
Hex93702A018472A283825
Octal2231605203010752507045
Binary1001001111100001010100110001000111101010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93702a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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