#946E29

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

Shades of Corn Harvest #946E29

Tints of Corn Harvest #946E29

Color information

#946E29 (or 0x946E29) is unknown color: approx Corn Harvest. HEX triplet: 94, 6E and 29. RGB value is (148,110,41). Sum of RGB (Red+Green+Blue) = 148+110+41=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #946E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E29 is #6B91D6. Grayscale: #717171. Windows color (decimal): -7049687 or 2715284. OLE color: 2715284.

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

Color convert

RGB14811041-
CMYK00.260.720.42
HSL38.69º56.61%37.06%-
HSV(B)38.69º72.3%58.04%-
XYZ18.1917.614.54-
YUV113.587.09152.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 41 (16.41% from 255) = 13.71%
R=49.50%
G=36.79%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481104100.260.720.4238.6956.6137.06
Hex946E2901A482A273925
Octal2241565103211052477145
Binary1001010011011101010010110101001000101010100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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