#946E20

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

Shades of Corn Harvest #946E20

Tints of Corn Harvest #946E20

Color information

#946E20 (or 0x946E20) is unknown color: approx Corn Harvest. HEX triplet: 94, 6E and 20. RGB value is (148,110,32). Sum of RGB (Red+Green+Blue) = 148+110+32=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #946E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E20 is #6B91DF. Grayscale: #707070. Windows color (decimal): -7049696 or 2125460. OLE color: 2125460.

HSL color Cylindrical-coordinate representation of color #946E20: hue angle of 40.34º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #946E20 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14811032-
CMYK00.260.780.42
HSL40.34º64.44%35.29%-
HSV(B)40.34º78.38%58.04%-
XYZ18.0517.553.8-
YUV112.4782.59153.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.03%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 32 (12.89% from 255) = 11.03%
R=51.03%
G=37.93%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481103200.260.780.4240.3464.4435.29
Hex946E2001A4E2A284023
Octal22415640032116525010043
Binary10010100110111010000001101010011101010101010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946E20; }

 p { color: rgb(148,110,32); }

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

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

 a { background-color: rgb(148,110,32); }

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

<style>
 span { border-color: #946E20; }

 span { border-color: rgb(148,110,32); }

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