#86722A

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

Shades of Corn Harvest #86722A

Tints of Corn Harvest #86722A

Color information

#86722A (or 0x86722A) is unknown color: approx Corn Harvest. HEX triplet: 86, 72 and 2A. RGB value is (134,114,42). Sum of RGB (Red+Green+Blue) = 134+114+42=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #86722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86722A is #798DD5. Grayscale: #707070. Windows color (decimal): -7966166 or 2781830. OLE color: 2781830.

HSL color Cylindrical-coordinate representation of color #86722A: hue angle of 46.96º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86722A is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB13411442-
CMYK00.150.690.47
HSL46.96º52.27%34.51%-
HSV(B)46.96º68.66%52.55%-
XYZ16.2717.274.67-
YUV111.7788.63143.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 42 (16.80% from 255) = 14.48%
R=46.21%
G=39.31%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341144200.150.690.4746.9652.2734.51
Hex86722A0F452F2f3423
Octal2061625201710557576443
Binary100001101110010101010011111000101101111101111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,114,42); }

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

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

 a { background-color: rgb(134,114,42); }

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

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

 span { border-color: rgb(134,114,42); }

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