#877028

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

Shades of Corn Harvest #877028

Tints of Corn Harvest #877028

Color information

#877028 (or 0x877028) is unknown color: approx Corn Harvest. HEX triplet: 87, 70 and 28. RGB value is (135,112,40). Sum of RGB (Red+Green+Blue) = 135+112+40=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #877028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877028 is #788FD7. Grayscale: #6E6E6E. Windows color (decimal): -7901144 or 2650247. OLE color: 2650247.

HSL color Cylindrical-coordinate representation of color #877028: hue angle of 45.47º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #877028 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13511240-
CMYK00.170.700.47
HSL45.47º54.29%34.31%-
HSV(B)45.47º70.37%52.94%-
XYZ16.1716.894.42-
YUV110.6788.12145.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=47.04%
G=39.02%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351124000.170.700.4745.4754.2934.31
Hex877028011462F2d3622
Octal2071605002110657556642
Binary1000011111100001010000100011000110101111101101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877028; }

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

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

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

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

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

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

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

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