#86762B

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

Shades of Corn Harvest #86762B

Tints of Corn Harvest #86762B

Color information

#86762B (or 0x86762B) is unknown color: approx Corn Harvest. HEX triplet: 86, 76 and 2B. RGB value is (134,118,43). Sum of RGB (Red+Green+Blue) = 134+118+43=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86762B is #7989D4. Grayscale: #727272. Windows color (decimal): -7965141 or 2848390. OLE color: 2848390.

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

Color convert

RGB13411843-
CMYK00.120.680.47
HSL49.45º51.41%34.71%-
HSV(B)49.45º67.91%52.55%-
XYZ16.7518.24.92-
YUV114.2387.8142.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.42%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=45.42%
G=40%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341184300.120.680.4749.4551.4134.71
Hex86762B0C442F313323
Octal2061665301410457616343
Binary100001101110110101011011001000100101111110001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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