#86783B

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

Shades of Corn Harvest #86783B

Tints of Corn Harvest #86783B

Color information

#86783B (or 0x86783B) is unknown color: approx Corn Harvest. HEX triplet: 86, 78 and 3B. RGB value is (134,120,59). Sum of RGB (Red+Green+Blue) = 134+120+59=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86783B is #7987C4. Grayscale: #757575. Windows color (decimal): -7964613 or 3897478. OLE color: 3897478.

HSL color Cylindrical-coordinate representation of color #86783B: hue angle of 48.8º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86783B is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB13412059-
CMYK00.100.560.47
HSL48.8º38.86%37.84%-
HSV(B)48.8º55.97%52.55%-
XYZ17.3418.826.86-
YUV117.2395.14139.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=42.81%
G=38.34%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341205900.100.560.4748.838.8637.84
Hex86783B0A382F312726
Octal206170730127057614746
Binary10000110111100011101101010111000101111110001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,120,59); }

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

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

 a { background-color: rgb(134,120,59); }

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

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

 span { border-color: rgb(134,120,59); }

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