#86743A

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

Shades of Corn Harvest #86743A

Tints of Corn Harvest #86743A

Color information

#86743A (or 0x86743A) is unknown color: approx Corn Harvest. HEX triplet: 86, 74 and 3A. RGB value is (134,116,58). Sum of RGB (Red+Green+Blue) = 134+116+58=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86743A is #798BC5. Grayscale: #737373. Windows color (decimal): -7965638 or 3830918. OLE color: 3830918.

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

Color convert

RGB13411658-
CMYK00.130.570.47
HSL45.79º39.58%37.65%-
HSV(B)45.79º56.72%52.55%-
XYZ16.8417.866.56-
YUV114.7795.96141.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=43.51%
G=37.66%
B=18.83%

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
Decimal1341165800.130.570.4745.7939.5837.65
Hex86743A0D392F2e2826
Octal206164720157157565046
Binary10000110111010011101001101111001101111101110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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