#917A30

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

Shades of Corn Harvest #917A30

Tints of Corn Harvest #917A30

Color information

#917A30 (or 0x917A30) is unknown color: approx Corn Harvest. HEX triplet: 91, 7A and 30. RGB value is (145,122,48). Sum of RGB (Red+Green+Blue) = 145+122+48=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #917A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A30 is #6E85CF. Grayscale: #787878. Windows color (decimal): -7243216 or 3177105. OLE color: 3177105.

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

Color convert

RGB14512248-
CMYK00.160.670.43
HSL45.77º50.26%37.84%-
HSV(B)45.77º66.9%56.86%-
XYZ19.1720.155.68-
YUV120.4487.12145.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=46.03%
G=38.73%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451224800.160.670.4345.7750.2637.84
Hex917A30010432B2e3226
Octal2211726002010353566246
Binary1001000111110101100000100001000011101011101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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