#94702D

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

Shades of Corn Harvest #94702D

Tints of Corn Harvest #94702D

Color information

#94702D (or 0x94702D) is unknown color: approx Corn Harvest. HEX triplet: 94, 70 and 2D. RGB value is (148,112,45). Sum of RGB (Red+Green+Blue) = 148+112+45=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #94702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94702D is #6B8FD2. Grayscale: #737373. Windows color (decimal): -7049171 or 2977940. OLE color: 2977940.

HSL color Cylindrical-coordinate representation of color #94702D: hue angle of 39.03º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94702D is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14811245-
CMYK00.240.700.42
HSL39.03º53.37%37.84%-
HSV(B)39.03º69.59%58.04%-
XYZ18.4818.075-
YUV115.1388.43151.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 112 (44.14% from 255) = 36.72%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=48.52%
G=36.72%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481124500.240.700.4239.0353.3737.84
Hex94702D018462A273526
Octal2241605503010652476546
Binary1001010011100001011010110001000110101010100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94702D; }

 p { color: rgb(148,112,45); }

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

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

 a { background-color: rgb(148,112,45); }

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

<style>
 span { border-color: #94702D; }

 span { border-color: rgb(148,112,45); }

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