#87742D

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

Shades of Corn Harvest #87742D

Tints of Corn Harvest #87742D

Color information

#87742D (or 0x87742D) is unknown color: approx Corn Harvest. HEX triplet: 87, 74 and 2D. RGB value is (135,116,45). Sum of RGB (Red+Green+Blue) = 135+116+45=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87742D is #788BD2. Grayscale: #717171. Windows color (decimal): -7900115 or 2978951. OLE color: 2978951.

HSL color Cylindrical-coordinate representation of color #87742D: hue angle of 47.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87742D is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB13511645-
CMYK00.140.670.47
HSL47.33º50%35.29%-
HSV(B)47.33º66.67%52.94%-
XYZ16.7117.835.04-
YUV113.5989.29143.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.61%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=45.61%
G=39.19%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351164500.140.670.4747.335035.29
Hex87742D0E432F2f3223
Octal2071645501610357576243
Binary100001111110100101101011101000011101111101111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87742D; }

 p { color: rgb(135,116,45); }

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

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

 a { background-color: rgb(135,116,45); }

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

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

 span { border-color: rgb(135,116,45); }

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