#87702A

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

Shades of Corn Harvest #87702A

Tints of Corn Harvest #87702A

Color information

#87702A (or 0x87702A) is unknown color: approx Corn Harvest. HEX triplet: 87, 70 and 2A. RGB value is (135,112,42). Sum of RGB (Red+Green+Blue) = 135+112+42=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #87702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87702A is #788FD5. Grayscale: #6F6F6F. Windows color (decimal): -7901142 or 2781319. OLE color: 2781319.

HSL color Cylindrical-coordinate representation of color #87702A: hue angle of 45.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87702A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13511242-
CMYK00.170.690.47
HSL45.16º52.54%34.71%-
HSV(B)45.16º68.89%52.94%-
XYZ16.216.914.6-
YUV110.989.12145.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=46.71%
G=38.75%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351124200.170.690.4745.1652.5434.71
Hex87702A011452F2d3523
Octal2071605202110557556543
Binary1000011111100001010100100011000101101111101101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87702A; }

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

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

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

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

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

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

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

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