#877228

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

Shades of Corn Harvest #877228

Tints of Corn Harvest #877228

Color information

#877228 (or 0x877228) is unknown color: approx Corn Harvest. HEX triplet: 87, 72 and 28. RGB value is (135,114,40). Sum of RGB (Red+Green+Blue) = 135+114+40=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #877228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877228 is #788DD7. Grayscale: #707070. Windows color (decimal): -7900632 or 2650759. OLE color: 2650759.

HSL color Cylindrical-coordinate representation of color #877228: hue angle of 46.74º 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 #877228 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB13511440-
CMYK00.160.700.47
HSL46.74º54.29%34.31%-
HSV(B)46.74º70.37%52.94%-
XYZ16.3917.344.49-
YUV111.8487.46144.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=46.71%
G=39.45%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351144000.160.700.4746.7454.2934.31
Hex877228010462F2f3622
Octal2071625002010657576642
Binary1000011111100101010000100001000110101111101111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877228; }

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

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

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

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

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

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

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

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