#94702E

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

Shades of Corn Harvest #94702E

Tints of Corn Harvest #94702E

Color information

#94702E (or 0x94702E) is unknown color: approx Corn Harvest. HEX triplet: 94, 70 and 2E. RGB value is (148,112,46). Sum of RGB (Red+Green+Blue) = 148+112+46=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94702E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94702E is #6B8FD1. Grayscale: #737373. Windows color (decimal): -7049170 or 3043476. OLE color: 3043476.

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

Color convert

RGB14811246-
CMYK00.240.690.42
HSL38.82º52.58%38.04%-
HSV(B)38.82º68.92%58.04%-
XYZ18.518.085.1-
YUV115.2488.93151.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=48.37%
G=36.60%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481124600.240.690.4238.8252.5838.04
Hex94702E018452A273526
Octal2241605603010552476546
Binary1001010011100001011100110001000101101010100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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