#85732E

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

Shades of Corn Harvest #85732E

Tints of Corn Harvest #85732E

Color information

#85732E (or 0x85732E) is unknown color: approx Corn Harvest. HEX triplet: 85, 73 and 2E. RGB value is (133,115,46). Sum of RGB (Red+Green+Blue) = 133+115+46=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85732E is #7A8CD1. Grayscale: #707070. Windows color (decimal): -8031442 or 3044229. OLE color: 3044229.

HSL color Cylindrical-coordinate representation of color #85732E: hue angle of 47.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85732E is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13311546-
CMYK00.140.650.48
HSL47.59º48.6%35.1%-
HSV(B)47.59º65.41%52.16%-
XYZ16.317.455.09-
YUV112.5290.46142.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=45.24%
G=39.12%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331154600.140.650.4847.5948.635.1
Hex85732E0E4130303123
Octal2051635601610160606143
Binary100001011110011101110011101000001110000110000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85732E; }

 p { color: rgb(133,115,46); }

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

<style>
 a { background-color: #85732E; }

 a { background-color: rgb(133,115,46); }

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

<style>
 span { border-color: #85732E; }

 span { border-color: rgb(133,115,46); }

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