#887A2C

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

Shades of Corn Harvest #887A2C

Tints of Corn Harvest #887A2C

Color information

#887A2C (or 0x887A2C) is unknown color: approx Corn Harvest. HEX triplet: 88, 7A and 2C. RGB value is (136,122,44). Sum of RGB (Red+Green+Blue) = 136+122+44=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #887A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887A2C is #7785D3. Grayscale: #757575. Windows color (decimal): -7833044 or 2914952. OLE color: 2914952.

HSL color Cylindrical-coordinate representation of color #887A2C: hue angle of 50.87º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #887A2C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13612244-
CMYK00.100.680.47
HSL50.87º51.11%35.29%-
HSV(B)50.87º67.65%53.33%-
XYZ17.5719.345.19-
YUV117.2986.64141.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=45.03%
G=40.40%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361224400.100.680.4750.8751.1135.29
Hex887A2C0A442F333323
Octal2101725401210457636343
Binary100010001111010101100010101000100101111110011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A2C; }

 p { color: rgb(136,122,44); }

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

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

 a { background-color: rgb(136,122,44); }

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

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

 span { border-color: rgb(136,122,44); }

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