#86772F

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

Shades of Corn Harvest #86772F

Tints of Corn Harvest #86772F

Color information

#86772F (or 0x86772F) is unknown color: approx Corn Harvest. HEX triplet: 86, 77 and 2F. RGB value is (134,119,47). Sum of RGB (Red+Green+Blue) = 134+119+47=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86772F is #7988D0. Grayscale: #737373. Windows color (decimal): -7964881 or 3110790. OLE color: 3110790.

HSL color Cylindrical-coordinate representation of color #86772F: hue angle of 49.66º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86772F is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB13411947-
CMYK00.110.650.47
HSL49.66º48.07%35.49%-
HSV(B)49.66º64.93%52.55%-
XYZ16.9418.475.36-
YUV115.2889.47141.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=44.67%
G=39.67%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341194700.110.650.4749.6648.0735.49
Hex86772F0B412F323023
Octal2061675701310157626043
Binary100001101110111101111010111000001101111110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86772F; }

 p { color: rgb(134,119,47); }

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

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

 a { background-color: rgb(134,119,47); }

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

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

 span { border-color: rgb(134,119,47); }

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