#86753A

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

Shades of Corn Harvest #86753A

Tints of Corn Harvest #86753A

Color information

#86753A (or 0x86753A) is unknown color: approx Corn Harvest. HEX triplet: 86, 75 and 3A. RGB value is (134,117,58). Sum of RGB (Red+Green+Blue) = 134+117+58=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86753A is #798AC5. Grayscale: #737373. Windows color (decimal): -7965382 or 3831174. OLE color: 3831174.

HSL color Cylindrical-coordinate representation of color #86753A: hue angle of 46.58º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86753A is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13411758-
CMYK00.130.570.47
HSL46.58º39.58%37.65%-
HSV(B)46.58º56.72%52.55%-
XYZ16.9618.16.6-
YUV115.3695.63141.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=43.37%
G=37.86%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341175800.130.570.4746.5839.5837.65
Hex86753A0D392F2f2826
Octal206165720157157575046
Binary10000110111010111101001101111001101111101111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86753A; }

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

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

<style>
 a { background-color: #86753A; }

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

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

<style>
 span { border-color: #86753A; }

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

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