#86723B

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

Shades of Corn Harvest #86723B

Tints of Corn Harvest #86723B

Color information

#86723B (or 0x86723B) is unknown color: approx Corn Harvest. HEX triplet: 86, 72 and 3B. RGB value is (134,114,59). Sum of RGB (Red+Green+Blue) = 134+114+59=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86723B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86723B is #798DC4. Grayscale: #717171. Windows color (decimal): -7966149 or 3895942. OLE color: 3895942.

HSL color Cylindrical-coordinate representation of color #86723B: hue angle of 44º 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 #86723B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB13411459-
CMYK00.150.560.47
HSL44º38.86%37.84%-
HSV(B)44º55.97%52.55%-
XYZ16.6417.426.62-
YUV113.7197.13142.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=43.65%
G=37.13%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341145900.150.560.474438.8637.84
Hex86723B0F382F2c2726
Octal206162730177057544746
Binary10000110111001011101101111111000101111101100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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