#86722E

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

Shades of Corn Harvest #86722E

Tints of Corn Harvest #86722E

Color information

#86722E (or 0x86722E) is unknown color: approx Corn Harvest. HEX triplet: 86, 72 and 2E. RGB value is (134,114,46). Sum of RGB (Red+Green+Blue) = 134+114+46=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86722E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86722E is #798DD1. Grayscale: #707070. Windows color (decimal): -7966162 or 3043974. OLE color: 3043974.

HSL color Cylindrical-coordinate representation of color #86722E: hue angle of 46.36º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86722E is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13411446-
CMYK00.150.660.47
HSL46.36º48.89%35.29%-
HSV(B)46.36º65.67%52.55%-
XYZ16.3417.35.06-
YUV112.2390.63143.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=45.58%
G=38.78%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341144600.150.660.4746.3648.8935.29
Hex86722E0F422F2e3123
Octal2061625601710257566143
Binary100001101110010101110011111000010101111101110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86722E; }

 p { color: rgb(134,114,46); }

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

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

 a { background-color: rgb(134,114,46); }

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

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

 span { border-color: rgb(134,114,46); }

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