#917028

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

Shades of Corn Harvest #917028

Tints of Corn Harvest #917028

Color information

#917028 (or 0x917028) is unknown color: approx Corn Harvest. HEX triplet: 91, 70 and 28. RGB value is (145,112,40). Sum of RGB (Red+Green+Blue) = 145+112+40=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #917028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917028 is #6E8FD7. Grayscale: #717171. Windows color (decimal): -7245784 or 2650257. OLE color: 2650257.

HSL color Cylindrical-coordinate representation of color #917028: hue angle of 41.14º degrees, saturation: 0.57, 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 #917028 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB14511240-
CMYK00.230.720.43
HSL41.14º56.76%36.27%-
HSV(B)41.14º72.41%56.86%-
XYZ17.8517.764.49-
YUV113.6686.43150.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=48.82%
G=37.71%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451124000.230.720.4341.1456.7636.27
Hex917028017482B293924
Octal2211605002711053517144
Binary1001000111100001010000101111001000101011101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917028; }

 p { color: rgb(145,112,40); }

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

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

 a { background-color: rgb(145,112,40); }

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

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

 span { border-color: rgb(145,112,40); }

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