#947329

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

Shades of Corn Harvest #947329

Tints of Corn Harvest #947329

Color information

#947329 (or 0x947329) is unknown color: approx Corn Harvest. HEX triplet: 94, 73 and 29. RGB value is (148,115,41). Sum of RGB (Red+Green+Blue) = 148+115+41=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #947329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947329 is #6B8CD6. Grayscale: #747474. Windows color (decimal): -7048407 or 2716564. OLE color: 2716564.

HSL color Cylindrical-coordinate representation of color #947329: hue angle of 41.5º 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 #947329 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14811541-
CMYK00.220.720.42
HSL41.5º56.61%37.06%-
HSV(B)41.5º72.3%58.04%-
XYZ18.7418.724.72-
YUV116.4385.43150.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=48.68%
G=37.83%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481154100.220.720.4241.556.6137.06
Hex947329016482A293925
Octal2241635102611052517145
Binary1001010011100111010010101101001000101010101001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947329; }

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

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

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

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

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

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

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

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