#917329

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

Shades of Corn Harvest #917329

Tints of Corn Harvest #917329

Color information

#917329 (or 0x917329) is unknown color: approx Corn Harvest. HEX triplet: 91, 73 and 29. RGB value is (145,115,41). Sum of RGB (Red+Green+Blue) = 145+115+41=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #917329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917329 is #6E8CD6. Grayscale: #737373. Windows color (decimal): -7245015 or 2716561. OLE color: 2716561.

HSL color Cylindrical-coordinate representation of color #917329: hue angle of 42.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #917329 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB14511541-
CMYK00.210.720.43
HSL42.69º55.91%36.47%-
HSV(B)42.69º71.72%56.86%-
XYZ18.2118.444.7-
YUV115.5385.94149.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.17%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=48.17%
G=38.21%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451154100.210.720.4342.6955.9136.47
Hex917329015482B2b3824
Octal2211635102511053537044
Binary1001000111100111010010101011001000101011101011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917329; }

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

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

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

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

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

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

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

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