#916E31

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

Shades of Corn Harvest #916E31

Tints of Corn Harvest #916E31

Color information

#916E31 (or 0x916E31) is unknown color: approx Corn Harvest. HEX triplet: 91, 6E and 31. RGB value is (145,110,49). Sum of RGB (Red+Green+Blue) = 145+110+49=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #916E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E31 is #6E91CE. Grayscale: #717171. Windows color (decimal): -7246287 or 3239569. OLE color: 3239569.

HSL color Cylindrical-coordinate representation of color #916E31: hue angle of 38.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #916E31 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14511049-
CMYK00.240.660.43
HSL38.12º49.48%38.04%-
HSV(B)38.12º66.21%56.86%-
XYZ17.8117.395.32-
YUV113.5191.6150.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=47.70%
G=36.18%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451104900.240.660.4338.1249.4838.04
Hex916E31018422B263126
Octal2211566103010253466146
Binary1001000111011101100010110001000010101011100110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916E31; }

 p { color: rgb(145,110,49); }

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

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

 a { background-color: rgb(145,110,49); }

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

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

 span { border-color: rgb(145,110,49); }

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