#917A2A

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

Shades of Corn Harvest #917A2A

Tints of Corn Harvest #917A2A

Color information

#917A2A (or 0x917A2A) is unknown color: approx Corn Harvest. HEX triplet: 91, 7A and 2A. RGB value is (145,122,42). Sum of RGB (Red+Green+Blue) = 145+122+42=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #917A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A2A is #6E85D5. Grayscale: #787878. Windows color (decimal): -7243222 or 2783889. OLE color: 2783889.

HSL color Cylindrical-coordinate representation of color #917A2A: hue angle of 46.6º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #917A2A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB14512242-
CMYK00.160.710.43
HSL46.6º55.08%36.67%-
HSV(B)46.6º71.03%56.86%-
XYZ19.0520.115.07-
YUV119.7684.12146-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 122 (48.05% from 255) = 39.48%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=46.93%
G=39.48%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451224200.160.710.4346.655.0836.67
Hex917A2A010472B2f3725
Octal2211725202010753576745
Binary1001000111110101010100100001000111101011101111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917A2A; }

 p { color: rgb(145,122,42); }

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

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

 a { background-color: rgb(145,122,42); }

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

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

 span { border-color: rgb(145,122,42); }

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