#86722B

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

Shades of Corn Harvest #86722B

Tints of Corn Harvest #86722B

Color information

#86722B (or 0x86722B) is unknown color: approx Corn Harvest. HEX triplet: 86, 72 and 2B. RGB value is (134,114,43). Sum of RGB (Red+Green+Blue) = 134+114+43=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86722B is #798DD4. Grayscale: #707070. Windows color (decimal): -7966165 or 2847366. OLE color: 2847366.

HSL color Cylindrical-coordinate representation of color #86722B: hue angle of 46.81º 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 #86722B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB13411443-
CMYK00.150.680.47
HSL46.81º51.41%34.71%-
HSV(B)46.81º67.91%52.55%-
XYZ16.2817.284.76-
YUV111.8989.13143.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=46.05%
G=39.18%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341144300.150.680.4746.8151.4134.71
Hex86722B0F442F2f3323
Octal2061625301710457576343
Binary100001101110010101011011111000100101111101111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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