#86752E

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

Shades of Corn Harvest #86752E

Tints of Corn Harvest #86752E

Color information

#86752E (or 0x86752E) is unknown color: approx Corn Harvest. HEX triplet: 86, 75 and 2E. RGB value is (134,117,46). Sum of RGB (Red+Green+Blue) = 134+117+46=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86752E is #798AD1. Grayscale: #727272. Windows color (decimal): -7965394 or 3044742. OLE color: 3044742.

HSL color Cylindrical-coordinate representation of color #86752E: hue angle of 48.41º 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 #86752E is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB13411746-
CMYK00.130.660.47
HSL48.41º48.89%35.29%-
HSV(B)48.41º65.67%52.55%-
XYZ16.6917.995.18-
YUV113.9989.63142.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=45.12%
G=39.39%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341174600.130.660.4748.4148.8935.29
Hex86752E0D422F303123
Octal2061655601510257606143
Binary100001101110101101110011011000010101111110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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