#85743C

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

Shades of Corn Harvest #85743C

Tints of Corn Harvest #85743C

Color information

#85743C (or 0x85743C) is unknown color: approx Corn Harvest. HEX triplet: 85, 74 and 3C. RGB value is (133,116,60). Sum of RGB (Red+Green+Blue) = 133+116+60=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85743C is #7A8BC3. Grayscale: #727272. Windows color (decimal): -8031172 or 3961989. OLE color: 3961989.

HSL color Cylindrical-coordinate representation of color #85743C: hue angle of 46.03º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85743C is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13311660-
CMYK00.130.550.48
HSL46.03º37.82%37.84%-
HSV(B)46.03º54.89%52.16%-
XYZ16.7317.86.83-
YUV114.797.13141.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=43.04%
G=37.54%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331166000.130.550.4846.0337.8237.84
Hex85743C0D37302e2626
Octal205164740156760564646
Binary10000101111010011110001101110111110000101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85743C; }

 p { color: rgb(133,116,60); }

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

<style>
 a { background-color: #85743C; }

 a { background-color: rgb(133,116,60); }

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

<style>
 span { border-color: #85743C; }

 span { border-color: rgb(133,116,60); }

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